UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

12 lines (11 loc) 281 B
/** * The `<thumb-position>` element represents the thumb position symbol. * * See https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/thumb-position/ */ export class ThumbPosition { element; constructor(element) { this.element = element; } }