Removing score elements
Hello,
I have piano scores with lyrics. I want to keep only the melody (highest note of voice 1) and the lyrics.
So what I need to do is:
- remove the second staff
- remove all voices except voice 1
- remove all notes in a chord except the highest one
- remove chord names
Is that possible in a plugin?
Thanks,
Luc.
Comments
"remove the second staff": https://musescore.org/en/handbook/4/working-instruments#delete-staves
Everything else except for "remove all notes in a chord except the highest one" is possible with the selection filter and pressing the delete button (https://musescore.org/en/handbook/4/selecting-elements#select-range https://musescore.org/en/handbook/4/selecting-elements#exclude-range)
"remove all notes in a chord except the highest one" This plugin does it (for staff 1):
miniMelnotes2.qml