New section break inspector lose data
Reported version
3.x-dev
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project
Case 1: Existed Section Break(s)
- Find a .mscz file with Section Breaks
- Check the properties. This time, it shows the all-good result
- Save your file
- Reopen it.
- Repeat Step 2
- The properties all become the default value (3.00s)
Case 2: Section Break(s) with a new-created score ==
- Creat a .mscz file with Section Break(s)
- Add Section Break(s) to your score.
- Check the properties. This time, it shows the all-good result
- Save your file
- Reopen it.
- Repeat Step 3
- The properties all become the default value (3.00s).
This file was edited in 3.3.4, developers can use it for testing.
Attachment | Size |
---|---|
Transcendental_Etudes_after_Paganini_no._6_in_A_minor.mscz | 81.4 KB |
Fix version
3.4.0
Comments
I can reproduce on this score but I cannot reproduce on a new score. Can you save that file in .mscx format, delete all things unrelated to the section breaks (to make the file easier to read in text editors) and upload it here?
Correction
Use this file Test.mscz
Case 2: Section Break(s) with a new-created score
Repeat Step 3
The properties all become the default value (3.00s).
In reply to (No subject) by David Copperfield
Again, please save in mscx format. mscx is text file so I can see what was really saved in the file, mscz is binary file which cannot be understood without some extra work I don't know yet.
In reply to Again, please save as mscx… by Howard-C
Here you are.
See https://github.com/musescore/MuseScore/pull/5557.
Fixed in branch master, commit 1b918568d1
_fix #298913: new section break inspector lose data
This is because
read()
andwrite()
aren't updated to "inspector style" (which deals withPid
instead of variables in class)._Fixed in branch master, commit a15a869e6e
_Merge pull request #5557 from Howard-C/section-break-not-save
[Inspector] [Regression] fix #298913: new section break inspector lose data_
Automatically closed -- issue fixed for 2 weeks with no activity.