MusicXML
MusicXML copied to clipboard
Improve documentation
Add some examples of parsing, manipulating, and exporting very basic MusicXML samples to the README.
Important concepts to discuss are:
- The structure of the
MusicXML.Score - How/why does
Traversalwork? Partwise/TimewisePartwise.Measurevs.Timewise.Measure(and*.Part)- How to build the "Hello, World!" from scratch
- …and more…
We should use jazzy to generate docs automatically from the codebase.