-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix #138266: Merge matching rests in multiple voices #5896
Conversation
I wonder whether this new setting should even be the default for some templates, like the Closed Score SATB ones. Maybe the 'open' SATB ones too, but I'm not so sure there. |
Do you have any idea why this check is failing? |
Yes, see the most recently merged PR. Then push again ;-) |
Use |
I probably ruined my git history by a reset!? And to be honest, I have no clue how to repair it... I would appreciate some help |
@tobik : I am definitely not a git expert, but you can try to do something like what is explained here: |
I finally managed to get the PR clean. Thank you all! |
Should I commit changed templates? |
Maybe in a 2nd commit. I'd like input from others in this, so maybe better also discuss it in the issue. |
c9bfd17
to
d3a1b8a
Compare
I like the changes and would apply them to 3.x. Could you please create a PR based on 3.x, not master? |
Resolves: https://musescore.org/en/node/138266
Marc Sabatella thankfully prepared this functionality 5 years ago. I activated his code and added a staff property "Merge matching rests" which enables the functionality.
Merging rests are common to closed SATB scores. The other way to achieve this is to make all matching voice 2 rests invisible. But this is a error prone and time consuming procedure which is now automated.