fixed definition of Vex.Flow.TabNote

This commit is contained in:
Roman Quiring
2015-08-06 18:49:37 +02:00
parent b330fede59
commit fea6bb785a
+1 -1
View File
@@ -1151,7 +1151,7 @@ declare module Vex {
setStave(stave : Stave) : Note;
getModifierStartXY() : {x : number, y : number};
constructor(tab_struct : {positions : {str : number, fret : number}[], type? : string, dots? : number, duration : string, stem_direction? : boolean}, draw_stem : boolean);
constructor(tab_struct : {positions : {str : number, fret : number}[], type? : string, dots? : number, duration : string, stem_direction? : boolean}, draw_stem? : boolean);
getCategory() : string;
setGhost(ghost : boolean) : TabNote;
hasStem() : boolean;