UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

12 lines (11 loc) 238 B
/** * The `<toe>` element is used with organ pedals. * * See https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/toe/ */ export class Toe { element; constructor(element) { this.element = element; } }