UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

16 lines (15 loc) 422 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ThumbPosition = void 0; /** * The `<thumb-position>` element represents the thumb position symbol. * * See https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/thumb-position/ */ class ThumbPosition { element; constructor(element) { this.element = element; } } exports.ThumbPosition = ThumbPosition;