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