@stringsync/vexml
Version:
MusicXML to Vexflow
11 lines (10 loc) • 348 B
TypeScript
import { NamedElement } from '../util';
/**
* The `<fingernails>` element is used in notation for harp and other plucked string instruments.
*
* See https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/fingernails/
*/
export declare class Fingernails {
private element;
constructor(element: NamedElement<'fingernails'>);
}