Line thinkness of voltas not read from score

• Apr 7, 2022 - 08:37
Reported version
3.6
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
duplicate
Regression
No
Workaround
Yes
Project
  1. In a score add a volta
  2. In Inspector change the volta's line thinkness
  3. 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

Title Line thinkness of voltas not stored in score Line thinkness of voltas not read from score

Actually the changed value does get stored in the mscx:

          <Spanner type="Volta">
            <Volta>
              <endHookType>1</endHookType>
              <beginText>1.</beginText>
              <lineWidth>0.22</lineWidth>
              <endings>1</endings>
              </Volta>
 

but apparently it doesn't get read/set on opening that score

Attachment Size
Volta-thickness.mscx 6.99 KB
Severity S4 - Minor S3 - Major

and gets lost on a subsequent write, that makes it (at least) major, if not critical: loss of information)