@stringsync/vexml
Version:
MusicXML to Vexflow
16 lines (15 loc) • 437 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Fingernails = void 0;
/**
* 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/
*/
class Fingernails {
element;
constructor(element) {
this.element = element;
}
}
exports.Fingernails = Fingernails;