-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Key signatures after section break are not transposed by transpose dialog #25168
Comments
Another thing to keep in mind. If user has song with multiple sections, and want to transpose one section, subsequent sections should remain untransposed. |
I have tried to reproduce this issue and I think the behaviour is a bit different than described (see video): Issue-25168-transposing.mp4As you say Key signature is not transposed, but this happens after and before the section break. Key signature is transposed only if the selected area includes a regular signature. Just to clarify. This issue is about is to transpose both the notes and the key signature in the selected area. Am I right? |
I have been looking the code (transpose.cpp) and it seems that there is some code to ensure that the key signature is transposed only if there is a change in the key of the selected area:
So it seems that it is made this way on purpose. |
Of course, it is. Anyway, I already made PR #25260 for this issue some time ago, so feel free to test it, or comment it. Thank You. |
I didn't notice there was already a PR, Sorry. It seems a very precise change. |
Issue type
UX/Interaction bug (incorrect behaviour)
Description with steps to reproduce
Supporting files, videos and screenshots
KS-not-transposed-after-section-break.mp4
What is the latest version of MuseScore Studio where this issue is present?
nightly
Regression
No.
Operating system
Linux Mint (Ubuntu 22.04)
Additional context
Its happening, because key sig after section break is just generated key sig, not regular one.
Question here is, whether correct behaviour is to add regular key sig after section break, or if to leave it generated, and only with transpos dialog change it to standard one.
Checklist
The text was updated successfully, but these errors were encountered: