UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

6 lines (5 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ACCIDENTAL_CODES = void 0; const util_1 = require("../util"); exports.ACCIDENTAL_CODES = new util_1.Enum(['#', '##', 'b', 'bb', 'n', 'd', '_', 'db', '+', '++']);