changed definition of Vex.Flow.TimeSignature

- added constant glyphs
This commit is contained in:
Roman Quiring
2015-08-06 17:40:50 +02:00
parent b3f154c5c3
commit 1365098304
+4
View File
@@ -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;