musicjson
musicjson copied to clipboard
Parses and translates MusicXML to MusicJSON and back again
I'm not able to run the conversion Mac OS High Sierra command line `musicjson -j test10.musicxml > test10.json` No matter what combination I write, it always returns the help file...
If a single note in a measure it uses and object. {"score-partwise":{ "$":{ "version":"3.0" }, "part-list":{ "score-part":{ "$":{ "id":"P1" }, "part-name":"Music" } }, "part":{ "$":{ "id":"P1" }, "measure":{ "$":{ "number":"1"...
Hello! I'm trying to use your splendid library to convert a MusicXML file to JSON and back to XML again. Building a music processing pipeline to convert piano music to...