UNPKG

osmd-extended

Version:

Private / sponsor exclusive OSMD mirror/audio player.

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); }