Question: is there a document in .mscz file format
I want to ask if there is any format specification document for mscz files. (similar to the spectrum mark and spectrum setting corresponding to each XML tag, as well as the list of various musical instruments)
There are similar descriptions on GitHub, such as tpc tag:
https://github.com/musescore/MuseScore/blob/master/doc/tpc.md
, but they are incomplete.
I want a complete description of the musescore XML file.
Comments
There is none. And that's even on purpose: the format can change, and did and still does.
In reply to There is none. And that's… by Jojo-Schmitz
Oh, thank you for your answer, I see.
In reply to Oh, thank you for your… by kevinhimisme
If you for some reason wish to depend on a documented music format, consider using MusicXML.
In reply to Oh, thank you for your… by kevinhimisme
I have a MSCZ file explorer which is available free on GitHub. This will explore any MSCZ file from v2 or v3 and can document many of the tags, (see Description column in image below), since the core format changes very little.
https://github.com/yonah-ag/musescore-mscx-explorer
(The details for the Description column are easily customised and you can can add info for tags which have not already been covered.)
In reply to I have a MSCZ file explorer… by yonah_ag
Thank you for sharing your code repository! I'll take a look at it now.