Private
constructorPrivate
indexPrivate
rootPrivate
xmlStatic
createCreates a MusicXML object with a elements.ScorePartwise as the root.
a MusicXML object
Static
createCreates a MusicXML object with a elements.ScoreTimewise as the root.
a MusicXML object
Static
parseParses an XML string into a MusicXML object.
This method expects exactly one top level <score-partwise version="4.0">
or <score-timewise>
element in the XML document
string. If you need a blank MusicXML object, use MusicXML.createPartwise or
MusicXML.createTimewise instead.
an XML document as a string
a MusicXML object
Generated using TypeDoc
The MusicXML class manages data in a MusicXML document.
https://www.w3.org/2021/06/musicxml40/musicxml-reference/