Properties
Static
DEBUG
DEBUG: boolean = false
Methods
addCommitHook
- addCommitHook(commitHook): void
Returns void
beam
- beam(notes, options?): StemmableNote[]
Parameters
Optional
options: {
autoStem?: boolean;
partialBeamDirections?: {
[noteIndex: number]: PartialBeamDirection;
};
secondaryBeamBreaks?: number[];
}
Optional
autoStem?: boolean
Optional
partialBeamDirections?: {
[noteIndex: number]: PartialBeamDirection;
}
Optional
secondaryBeamBreaks?: number[]
voice
- voice(notes, options?): Voice
Parameters
notes: Note[]
options: {
options?: {
softmaxFactor: number;
};
time?: string;
} = {}
Optional
options?: {
softmaxFactor: number;
}
Optional
time?: string
EasyScore implements a parser for a simple language to generate VexFlow objects.