Adding comments to MSCX
Is there any way to add an XML comment to MSCX files which will be preserved through changing to MSCZ and back to MSCX? At present such comments are lost.
Is there any way to add an XML comment to MSCX files which will be preserved through changing to MSCZ and back to MSCX? At present such comments are lost.
Do you still have an unanswered question? Please log in first to post your question.
Comments
So you just gave the answer yourself: No.
In reply to So you just gave the answer… by Jojo-Schmitz
:-)
Maybe you have unused score properties where you can add your comment.
https://musescore.org/en/handbook/3/score-properties#modify-tag
In reply to Maybe you have unused score… by Mr Fox
Right something like this:
<metaTag name="comment">Some comment text</metaTag>
while this won't work
<!--Some comment text-->
In reply to Maybe you have unused score… by Mr Fox
Thanks for the idea. Meta tags would work but I need the comments to be linked to notes – I should've mentioned this to start with. I'll use hidden StaffTexts instead but they are not as concise as real XML comments. Is there any other tag I could use which would be more concise?