From 13650983044cd260606b05d9e59363e57dc772f3 Mon Sep 17 00:00:00 2001 From: Roman Quiring Date: Thu, 6 Aug 2015 17:40:50 +0200 Subject: [PATCH] changed definition of Vex.Flow.TimeSignature - added constant glyphs --- vexflow/vexflow.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vexflow/vexflow.d.ts b/vexflow/vexflow.d.ts index 46d1d6322..113e108e3 100644 --- a/vexflow/vexflow.d.ts +++ b/vexflow/vexflow.d.ts @@ -1240,6 +1240,10 @@ declare module Vex { static getNextContext(tContext : TickContext) : TickContext; } + module TimeSignature { + const glyphs : {[name : string] : {code : string, point : number, line : number}}; + } + class TimeSignature extends StaveModifier { //TODO remove the following lines once TypeScript allows subclass overrides with type changes addModifier() : void;