fixed definition of Vex.Flow.GraceNote

This commit is contained in:
Roman Quiring
2015-08-04 03:34:18 +02:00
parent a8643986ac
commit d64b972ee9
+1
View File
@@ -468,6 +468,7 @@ declare module Vex {
}
class GraceNote extends StaveNote {
constructor(note_struct : {slash? : boolean, type? : string, dots? : number, duration : string, clef? : string, keys : string[], octave_shift? : number, auto_stem? : boolean, stem_direction? : number});
getStemExtension() : number;
getCategory() : string;
draw() : void;