UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

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