UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

12 lines (11 loc) 312 B
/** * The `<triple-tongue>` element represents the triple tongue symbol (three dots arranged horizontally). * * See https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/triple-tongue/ */ export class TripleTongue { element; constructor(element) { this.element = element; } }