UNPKG

opensheetmusicdisplay

Version:

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

5 lines (4 loc) 253 B
import { VoiceEntry, RhythmInstruction, KeyInstruction } from "../VoiceData"; export interface IVoiceMeasureReadPlugin { measureReadCalculations(measureVoiceEntries: VoiceEntry[], activeKey: KeyInstruction, activeRhythm: RhythmInstruction): void; }