fixed definition of Vex.Flow.TabTie

This commit is contained in:
Roman Quiring
2015-08-06 17:23:04 +02:00
parent 8eb312c09a
commit 0cf5c33231
+1 -1
View File
@@ -1148,7 +1148,7 @@ declare module Vex {
}
class TabTie extends StaveTie {
constructor(notes : {first_note: Note, last_note: Note, first_indices : number[], last_indices : number[]}, text : string);
constructor(notes : {first_note: Note, last_note: Note, first_indices : number[], last_indices : number[]}, text? : string);
createHammeron(notes : {first_note: Note, last_note: Note, first_indices : number[], last_indices : number[]}) : TabTie;
createPulloff(notes : {first_note: Note, last_note: Note, first_indices : number[], last_indices : number[]}) : TabTie;
draw() : boolean;