UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

11 lines (10 loc) 258 B
export class Words { element; constructor(element) { this.element = element; } /** Returns the content of the words. Defaults to empty string. */ getContent() { return this.element.content().withDefault('').str(); } }