UNPKG

opensheetmusicdisplay

Version:

An open source JavaScript engine for displaying MusicXML based on VexFlow.

9 lines (8 loc) 225 B
/** * Contains a skyline and a bottomline for a measure. */ export declare class SkyBottomLineCalculationResult { skyLine: number[]; bottomLine: number[]; constructor(skyLine: number[], bottomLine: number[]); }