UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

11 lines (10 loc) 359 B
import { NamedElement } from '../util'; /** * The `<delayed-turn>` element indicates a normal turn that is delayed until the end of the current note. * * See https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/delayed-turn/ */ export declare class DelayedTurn { private element; constructor(element: NamedElement<'delayed-turn'>); }