plugin - SATB file -> export specific part + piano as .mscz
Hello,
I am singing in a choir.
I already have the complete scores as .mscz (SATB + piano) for all the works we'll sing this year.
I would like to provide my colleagues with a set of Musescore files :
-
one S/A/T/B voice alone (music + lyrics) -> thus 4 .mscz files
-
one S/A/T/B voice + piano (volume 100% / 30%) -> thus 4 .mscz files
-
one S/A/T/B voice + 3 others + piano (volume 100% / 30% / 30%) -> thus 4 .mscz files
I would like to automate this process via a plugin,.
I am OK coding it, but I didn't find in the docs anything that allows me to do this.
Any clue ?
Many thanks
Eric
Comments
Boilerplates
https://musescore.org/en/node/320673
closed SATB in v1-v4 https://musescore.org/en/handbook/3/voices
(element).voice
open SATB
(element).staff or .track/4
SATB sharing stem
study https://musescore.org/en/project/chord-level-selector
save files
https://musescore.org/en/handbook/developers-handbook/plugins-3x#:~:tex…
volume
https://musescore.org/en/handbook/developers-handbook/plugins-3x#:~:tex…
In reply to https://musescore.org/en… by msfp
Thanks msfp.
I'll investigate...
Regards
Eric