@stringsync/vexml
Version:
MusicXML to Vexflow
11 lines (10 loc) • 309 B
TypeScript
import { NamedElement } from '../util';
/**
* The `<mordent>` element represents the sign with the vertical line.
*
* See https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/mordent/
*/
export declare class Mordent {
private element;
constructor(element: NamedElement<'mordent'>);
}