UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

8 lines (7 loc) 168 B
/** The `<coda>` element is the visual indicator of a coda sign. */ export class Coda { element; constructor(element) { this.element = element; } }