UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

16 lines (15 loc) 390 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Mordent = void 0; /** * The `<mordent>` element represents the sign with the vertical line. * * See https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/mordent/ */ class Mordent { element; constructor(element) { this.element = element; } } exports.Mordent = Mordent;