Line on "Volta" (1., 2. etc) won't show after closing and reopening a saved file/score
Reported version
3.6
Type
Functional
Frequency
Many
Severity
S3 - Major
Reproducibility
Always
Status
needs info
Regression
No
Workaround
Yes
Project
1) create a score
2) create a "Volta" sign (the one with 1. or 2. and the line on top)
3) save
4) close MuseScore
5) open MuseScore
6) see that the line above 1. or 2., will not be visible
Workaround:
Into "Line Style", select another type of line and then back to "Continuous", the line will be back.
Attachment | Size |
---|---|
ms.png | 10.46 KB |
Comments
As mentioned in the forum, in order to investigate, we need you to attach a score that demonstrates this problem. It certainly doesn't happen for any of us, and there have not been any other reports of any such issue elsewhere, so there must be something unique about your scores - perhaps a default style setting you have set in your preferences, perhaps something about the template you commonly use, perhaps something else. That's why we need you to attach one. Also be sure to say what OS you are on and what version of MuseScore yu are using.
ok I find out that this issue only occur when I load my custom Style. I attached a test file in wich I can reproduce the issue.
When I load the style, the lines above 1., 2. or 3. just disappear.
In reply to ok I find out that this… by rob.dnz
Please attach the style file too
In reply to Please attach the style file… by Jojo-Schmitz
here it is!
the mss file sets
<voltaLineStyle>0</voltaLineStyle>
The corresponding style setting in the EditStyle dialog shows:
i.e. an empty entry for Line style. That is what does result in no line being shown (for voltas using the default settings).
Workaround 1: Resetting that value in the EditStyle dialog fixes the issue.
Workaround 2: The .mss should be using
<voltaLineStyle>1</voltaLineStyle>
for a continuous line, or not contain that line at all.Workaround 3 (mentioned in the initial post): Change every volta's line style to something else and then back to Continuous.
Question is how that bogus entry came into that style file.
Another question (or rather issue) is why there is no line style "None" (associated with that 0).
And why the Inspector doesn't show either "None" or at least also an empty field, just like the EditStyle dialog does.
In reply to the mss file sets … by Jojo-Schmitz
ok thank you! so i Just have to change that parameter inside style properties. thanks
Any idea how it came into that mss file? The default, as mentioned, is
<voltaLineStyle>1</voltaLineStyle>
Without knowing how that 0 came about in your mss file, there's no way to find and fix a bug (if there is any, given that mss file, everything is as per design, except the empty field in the Edit Style dialog rather than None and the discrepancy in Inspector)
In reply to Any idea how it came into… by Jojo-Schmitz
sadly not, I have no idea. maybe I did something wrong when creating this style, in the past
Came up again in https://musescore.org/en/node/328298, there introduced into a score via a bogus template, which has the same bogus settings for
ottavaLineStyle
andpedalListStyle
(note the typo here)Still unclear how that all comes about, but certainly not a critical issue
And again in https://musescore.org/en/node/333007
And again in https://musescore.org/en/node/333289
And again in https://musescore.org/de/node/336824