UNPKG

opensheetmusicdisplay

Version:

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

9 lines (8 loc) 400 B
import { VexFlowInstrumentBracket } from "./VexFlowInstrumentBracket"; import { VexFlowStaffLine } from "./VexFlowStaffLine"; /** * Class that defines a instrument bracket at the beginning of a line. */ export declare class VexFlowInstrumentBrace extends VexFlowInstrumentBracket { constructor(firstVexFlowStaffLine: VexFlowStaffLine, lastVexFlowStaffLine: VexFlowStaffLine, depth?: number); }