UNPKG

opensheetmusicdisplay

Version:

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

10 lines (9 loc) 440 B
import { GraphicalLabel } from "./GraphicalLabel"; import { GraphicalRectangle } from "./GraphicalRectangle"; export declare class GraphicalMarkedArea { constructor(systemRectangle: GraphicalRectangle, labelRectangle?: GraphicalRectangle, label?: GraphicalLabel, settingsLabel?: GraphicalLabel); systemRectangle: GraphicalRectangle; labelRectangle: GraphicalRectangle; label: GraphicalLabel; settings: GraphicalLabel; }