Cross-Measure Beam Custom Position Not Restored
Reported version
3.2
Priority
P2 - Medium
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
Demonstrated here: https://musescore.org/en/node/294251
Fix version
3.3.0
Comments
Steps to reproduce:
1) new piano score, 4/4
2) enter second-space C eighth notes to fill bottom staff of first two measures
3) use Shift+Up to move last eighth of first measure to top staff
4) set that note to beam start to break the beam there
5) set first note of second measure to beam middle to create a cross-bar beam
6) make a manual adjustment to the beam
7) save
8) reload
Result: the manual adjustment is gone.
It's loss of information with no good workaround, but luckily a fairly corner case situation. The first note of the group has to be cross staff to trigger the bug as far I can tell.
It is not necessary for any of the chords involved to be cross-staff in order to trigger this bug. And as Marc pointed out in the other thread, the custom position is saved, but then discarded upon reload. And as far as I can tell, this happens only when the first chord in the cross-measure beam is the last chord in the measure for that particular track.
Here is a PR that fixes this issue: https://github.com/musescore/MuseScore/pull/5317.
Fixed in branch master, commit 74421ac00b
_fix #294297: Cross-Measure Beam Custom Position Not Restored
When a beam is created in Measure::readVoice(), it will initially contain only one element. Later, during layout, Score::createBeams() will fill in the remaining elements of the beam. This commit basically reverts 932257f and 08c583f, and implements a slightly different take on a fix for https://musescore.org/en/node/285100 that looks at beamMode of the next ChordRest rather than the elements in a beam that may not yet have been filled._
Fixed in branch master, commit 9318c306b2
_Merge pull request #5317 from mattmcclinch/294297-create-beams
fix #294297: Cross-Measure Beam Custom Position Not Restored_
Automatically closed -- issue fixed for 2 weeks with no activity.