UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

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