File format documentation
Hi all,
is there a DTD or an XML schema of some sorts available for the
MuseScore file format?
Thanks!
Thomas
Hi all,
is there a DTD or an XML schema of some sorts available for the
MuseScore file format?
Thanks!
Thomas
Do you still have an unanswered question? Please log in first to post your question.
Comments
No there is no DTD or XML schema of the format and it's not a good idea to write a line of code to parse or write MuseScore file format. At least, now. If you want to import anything in MuseScore, it's better using MusicXML. MusicXML does have a DTD and XSD and is supported by 150+ software package including MuseScore.
Why do you ask?
Hello Thomas, I assume you wish to do something with MEI and MuseScore? As the MuseScore format is still being shaped on a daily basis, we haven't put any effort yet to create a schema. It's a little different for MEI which wants to be a standard. This is currently not the goal of MuseScore. Something which may help dough to learn about the MuseScore model: http://musescore.org/en/developers-handbook/references/design-implement…
In reply to MEI by Thomas
This time it's more theoretical and has nothing to do with MEI. I just want to learn more about how different notation programs organize their data. A lot can be seen from looking at actual MuseScore files, but you never have the complete picture of what MuseScore is able to store.
Thanks for the link, that's already giving some hints.
Thomas