fixed definition of Vex.Flow.StaveTie

This commit is contained in:
Roman Quiring
2015-08-06 16:57:21 +02:00
parent 6add88934f
commit 41a8267383
+1 -1
View File
@@ -966,7 +966,7 @@ declare module Vex {
}
class 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);
setContext(context : IRenderContext) : StaveTie;
setFont(font : {family : string, size : number, weight : string}) : StaveTie;
setNotes(notes : {first_note: Note, last_note: Note, first_indices : number[], last_indices : number[]}) : StaveTie;