batch processing for a big number of my own song sheets
Hello, I would like to perform batch processing in MuseScore using a plugin. I am interested in adjusting font sizes, titles, and replacing fonts. Are there any plugins for this already? I would also be willing to write a plugin for it. Where can I find the instructions on how to create a plugin?
Best regards,
Rolf Hocke
Comments
While waiting for comprehensive answers take a look at: https://musescore.org/it/project/batch-convert
and, eg.: https://musescore.org/en/node/351832 https://musescore.org/en/node/364727
In MuseScore 3.7 Evolution (see https://github.com/Jojo-Schmitz/MuseScore/wiki/) which reads MU3 and MU4 files, you can turn a plugin in a batch mode using cmd("next-score") (see miniX.qml attached). I have routinely processed 35-50 files at a time using this trick. I doubt this will work in MU4, because every file is launced as a separate instance.
miniX.qml
In reply to In MuseScore 3.7 Evolution … by elsewhere
Thanks. I'll try.