Convert mscz to xml
Hello,
I am here on Linux Mint 20.3 with MS 2.6.3 AppImage. Is there any way to convert all scores in a folder to xml format in one go? Any plugin or command in the terminal?
Hello,
I am here on Linux Mint 20.3 with MS 2.6.3 AppImage. Is there any way to convert all scores in a folder to xml format in one go? Any plugin or command in the terminal?
Do you still have an unanswered question? Please log in first to post your question.
Comments
Running from the command line with the arguments "myscore.mscz -o myscore.musicxml" should work to do a single file, so you'd just need to write a shell script to loop through all *.mscz files.
See https://musescore.org/en/project/batch-convert
I guess you mean 3.6.2, as a 2.6.3 doesn't exist ;-)
In reply to See https://musescore.org/en… by Jojo-Schmitz
Oh yeah, somehow I missed the word plugin and thought it was about doing it from the terminal specifically. The plugin does great too.
In reply to See https://musescore.org/en… by Jojo-Schmitz
Sorry, yes. To thick fingers ;-)
In reply to See https://musescore.org/en… by Jojo-Schmitz
Thanks, Jojo, thats exactly what i was searching for.