Line thinkness of voltas not read from score
Reported version
3.6
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
duplicate
Regression
No
Workaround
Yes
Project
- In a score add a volta
- In Inspector change the volta's line thinkness
- Save, close and reopen the score
Expected result:
The volta has the thinkness set in setp 22 abobe
Actual result:
The volta has the thinkness set in Format > Style > Volta > Line thinkness
Workaround: use Format > Style > Volta > Line thinkness or the Inspector and the "Set as style" button.
Comments
Actually the changed value does get stored in the mscx:
but apparently it doesn't get read/set on opening that score
and gets lost on a subsequent write, that makes it (at least) major, if not critical: loss of information)
Hmm, see #317163: Dashed volta lines come back as continuous after the score is saved., which fixed this too in master via https://github.com/musescore/MuseScore/pull/7597 and in 3.x via https://github.com/musescore/MuseScore/pull/9000