Goal of this issue is to create a complete new base parser for MusicXML following the spec more closely.
In this issue we cover these aspects:
- Parsing of the general score meta info
- Parsing the tracks with their general playback information
- Parsing the notes creating on the way:
- The correct beats, voices and staves.
- Parsing general masterbar details (directions, repeats etc.)
- Parsing the general duration aspects
- Beat Durations (general duration, tuplets, dots etc.)
- Parsing some note basics (pitched notes, rests, etc.)
Goal of this issue is to create a complete new base parser for MusicXML following the spec more closely.
In this issue we cover these aspects: