Brackets for Voltas disappeared
Reported version
3.6
Type
Functional
Frequency
Few
Severity
S4 - Minor
Reproducibility
Randomly
Status
needs info
Regression
No
Workaround
Yes
Project
I know what I'm doing is pretty unusual, but I was marking a score with full of partial transpositions, which appears every few or even single bar(s), to analysis/learn this beautiful peace of music that is attached.
Then I have colored the notes to exaggerate those transpositions.
After this operation, the brackets for the Voltas I created have disappeared, only visually. See the score attached.
Bar #33 has the first repeat, #34 has the second.
Bars #59-70 have the first repeat, #71 has the second.
With Inspector, they show up in color black (default). Editing there didn't resolve the issue.
They playback exactly as intended.
Closing and reloading also didn't resolve the issue.
Attachment | Size |
---|---|
Zanzando_em_Copacabana_2.mscz | 41.76 KB |
Comments
To make the volta line visible again, selected all volta's (click right mouse button on any volta and select
Select -> All Similar Elements
). In the inspector, set theLine style:
toDashed
(or whatever) and back toContinuous
. Now all volta's are visible again.However, resetting to style default makes them invisible again. So there is still an issue but the volta's are visible.
Is this somehow related to https://musescore.org/en/node/319014? There too the same workaround helped
See Format > Style > Voltas > Line Style, it is empty for some bizarre reason. Setting it to a valid value should fix the problem.
Fixed score attached (also fixed the problem from #319019: Duplicate Key Signatures)
But why and how did it come to that situation?
The score claims to stem from https://musescore.com/user/30124263/scores/6670536 but that is not accessible to the public or no longer exists
In reply to To make the volta line… by njvdberg
Thank you. Editing Line Style and back again in the Inspector did the trick.
In reply to See Format > Style > Voltas … by Jojo-Schmitz
Jojo-Schmitz san,
Thank you, but I didn't remember how I came into this.
I will make the score public when corrected.
making it public once corrected won't help in investigating into how and why that happened though
#319242: Volta/Ottava/Pedal lines disappear when switching language might a a duplicate of this here, but at least provides steps to reproduce the issue
Hopefully fixed with https://github.com/musescore/MuseScore/pull/7804
My code change doesn't seem to fix the issue :-(
Fixed in branch 3.x, commit 072a0a19e3
_Fix #319242, fix #319020: Volta/Ottava/Pedal lines disappear when switching language
and while at it also remove a duplicate line and an unused variable_
PR has been merged, but as mentioned this doesn't really fix the issue
actually we'd still need to know why and how did it come to that situation?
In reply to Git webhook message by Git Message
Thank you so much!