@stringsync/vexml
Version:
MusicXML to Vexflow
11 lines (10 loc) • 303 B
TypeScript
import { NamedElement } from '../util';
/**
* The <trill-mark> element represents the trill symbol.
*
* See https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/trill-mark/
*/
export declare class TrillMark {
private element;
constructor(element: NamedElement<'trill-mark'>);
}