UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

12 lines (11 loc) 283 B
/** * The `<inverted-turn>` element has the shape which goes down and then up. * * See https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/inverted-turn/ */ export class InvertedTurn { element; constructor(element) { this.element = element; } }