UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

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