UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

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