Batch Load style
I haven't found a plugin that can do this, so I guess this is a request. I would love to see a plug in that can take all musescore files in a specific folder and add a chosen Style (from the Load style menu) and save the files.
To take this one step further, it would be nice if we could choose which of the style categories (System, Clefs, Accidentials and so on) one would like do load. This would be nice if I were to add the same footer (with copyright information etc.) to many musescore files.
Comments
This should be possible via the command line and a JSON file
mscore -S style.mss -j list.json
See https://musescore.org/en/handbook/3/command-line-options
But there are problems, see #102421: Command line interface ignores style when exporting to PDF and #269491: Text styles not applied by command line option -S
In reply to This should be possible via… by Jojo-Schmitz
I'm looking for a way to achieve the same thing, apply one .mss style sheet to an entire folder of scores. I can't figure out how to get everything to work in the terminal. Is it at all possible to create a plugin that can do this? I'd like to make it worth your while if you're able to create something.
In reply to I'm looking for a way to… by Kyle Gray Young
I have modified an existing plugin to create Hand Bells number's displayed as lyrics below the stave.
It works well.
I wondered what the C++ command in plugins to load an existing Style file was?
Or alternatively what the C++
command sequence to load 60 ?
In reply to I have modified an existing… by john in 5 piec…
" 60"
In reply to " 60" by john in 5 piec…
lyricsOddFontSize 60
In reply to lyricsOddFontSize 60 by john in 5 piec…
I have made progress using command line though I have found that the option -p
to run a Plugin works in version 3 of Musescore but not version 4.