Properties
Static DEBUG
DEBUG: boolean = false
Methods
beam
- beam(notes: StemmableNote[], options?: { autoStem?: boolean; partialBeamDirections?: {}; secondaryBeamBreaks?: number[] }): StemmableNote[]
Parameters
Optional options: { autoStem?: boolean; partialBeamDirections?: {}; secondaryBeamBreaks?: number[] }
Optional autoStem?: boolean
Optional partialBeamDirections?: {}
Optional secondaryBeamBreaks?: number[]
voice
- voice(notes: Note[], options?: { options?: { softmaxFactor: number }; time?: string }): 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.