@stringsync/vexml
Version:
MusicXML to Vexflow
11 lines (10 loc) • 347 B
TypeScript
import { NamedElement } from '../util';
/**
* 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 declare class InvertedMordent {
private element;
constructor(element: NamedElement<'inverted-mordent'>);
}