fixed definition of Vex.Flow.TabNote

This commit is contained in:
Roman Quiring
2015-08-06 17:18:08 +02:00
parent 41f25f3c76
commit 45599bb3cf

View File

@@ -1105,7 +1105,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}, 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;