Measure Numbers and Section Break

• Jan 6, 2019 - 20:13
Reported version
3.0
Priority
P0 - Critical
Type
Functional
Frequency
Once
Severity
S2 - Critical
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
Yes
Project

Measure numbers are inconsistent, when using section breaks. Here how to reproduce the problem:

Step 1: Open MeasureNumbersTest.mscz
Step 2: Notice how the first bar in line 3 is numbered with "1", which is correct as this is the first bar of a new section. The first bars of each line are numbered: 1, 9, 1, 9
Step 3: Add one note to bar 2 of the second section, the only one which is left empty.
Step 4: See how the numbering in line 3 is changed. The incorrect numbering now goes: 1, 9, 17, 9

You may now also want to add another note to the last line to also see the numbers in that line change. If you go to "Format -> Style" you can restore the correct numbering by applying a "measure numbers" style (e.g., uncheck and then check "Show first"). Only to destroy it again by going through steps 3 or 4.

Documented and confirmed by Shoichi here: https://musescore.org/en/node/281325

Attachment Size
MeasureNumbersTest.mscz 5.54 KB

Comments

Regression No Yes
Workaround No Yes
Priority P2 - Medium

alternative Step 3: delete that measure, to turn the full rest into a full measure rest
Result: measure numbers screwd up the same way

Step 5: save score
Result: measure numbers are correct again. So it is a temporary visual glitch apparently.

Another bug gets demostrated with that sample score in regards to section break: The 1st measure after the section break doesn't show a time signature. Not a regression though, same issue in 2.x

Fixed in branch master, commit 83939db706

Merge pull request #4550 from mattmcclinch/281327-section-break

fix #281327: Measure Numbers and Section Break

Fixed in branch 3.0.1, commit 691ea1dfc4

Merge pull request #4550 from mattmcclinch/281327-section-break

fix #281327: Measure Numbers and Section Break

Fix version
3.0.1