fixed definition of Vex.Flow.Bend

This commit is contained in:
Roman Quiring
2015-08-04 03:12:43 +02:00
parent d2e5432873
commit a8643986ac
+1 -1
View File
@@ -222,7 +222,7 @@ declare module Vex {
static generateBeams(notes : StemmableNote[], config? : {groups? : Fraction[], stem_direction? : number, beam_rests? : boolean, beam_middle_only? : boolean, show_stemlets? : boolean, maintain_stem_directions? : boolean}) : Beam[];
}
class Bend {
class Bend extends Modifier {
constructor(text : string, release? : boolean, phrase? : {type : number, text : string, width : number}[]);
static CATEGORY : string;
static UP : number;