UNPKG

opensheetmusicdisplay

Version:

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

7 lines (6 loc) 221 B
import { GraphicalLabel } from "./GraphicalLabel"; export declare class GraphicalComment { constructor(label: GraphicalLabel, settingsLabel: GraphicalLabel); label: GraphicalLabel; settings: GraphicalLabel; }