|
@@ -71,6 +71,11 @@ declare namespace Vex {
|
|
|
public addStroke(index: number, stroke: Stroke): void;
|
|
|
}
|
|
|
|
|
|
+ class NoteHead extends Note {
|
|
|
+ constructor(head_options: Object);
|
|
|
+ static CATEGORY(): string;
|
|
|
+ }
|
|
|
+
|
|
|
export class TextBracket {
|
|
|
constructor(note_struct: any);
|
|
|
|
|
@@ -129,6 +134,8 @@ declare namespace Vex {
|
|
|
public setStemStyle(style: any): void;
|
|
|
public setFlagStyle(style: any): void;
|
|
|
|
|
|
+ public getKeyProps(): Object[];
|
|
|
+
|
|
|
// temp solution until noteheadStyles PR is through
|
|
|
public note_heads: any; // NoteHead[];
|
|
|
public flag: Element;
|