[trunk] Changing actual duration does not work for full measure rest
MuseScore trunk - r3530
- Create a new flute score in 4/4
- Right click the second measure -> Measure properties -> Change actual duration to 6/4
- Enter 10 quarter notes from the start
Expected result : the two first measures should be filed. The second measure with 6 quarters
Actual result : the second measure looks like a regular 4/4 measure.
Comments
Here's a fix.
Full measure rests always look the same, but have different durations. So DurationType==V_MEASURE doesn't mean it's duration (Fraction) can be ignored. Maybe there's more cases, were this is broken.
Looks like this one has been done in a very similar way.
Automatically closed -- issue fixed for 2 weeks with no activity.