UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

12 lines (11 loc) 267 B
/** * The `<mordent>` element represents the sign with the vertical line. * * See https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/mordent/ */ export class Mordent { element; constructor(element) { this.element = element; } }