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