MusicXML icon indicating copy to clipboard operation
MusicXML copied to clipboard

Improve documentation

Open jsbean opened this issue 5 years ago • 2 comments

Add some examples of parsing, manipulating, and exporting very basic MusicXML samples to the README.

jsbean avatar Oct 13 '19 03:10 jsbean

Important concepts to discuss are:

  • The structure of the MusicXML.Score
  • How/why does Traversal work?
  • Partwise / Timewise
  • Partwise.Measure vs. Timewise.Measure (and *.Part)
  • How to build the "Hello, World!" from scratch
  • …and more…

jsbean avatar Oct 13 '19 19:10 jsbean

We should use jazzy to generate docs automatically from the codebase.

jsbean avatar Oct 16 '19 20:10 jsbean