MusicXML
Powerful MusicXML reading and writing package for Julia.
Installation and Usage
using Pkg
Pkg.add("MusicXML")
using MusicXML
Usage
Look into Parsing Example and Creating Example for examples of MusicXML's usage. Study Types
and IO
for more information.