Deleting measure with clef change corrupts clef map
Ubuntu 14.04, GIT commit: 06837ac
1) load attached file
2) select measure 2
3) ctrl+delete
Result: the clef is deleted, but the subsequent notes after not updated. Fixes itself on reload. You can also ix it by adding a new clef change at that spot then deleting it.
Before:
After:
Attachment | Size |
---|---|
clef-delete.mscz | 3.42 KB |
Comments
This issue occurs on March 9
Seems to be a side effect of this commit/nightly: 787373a
To fix: #49836: Delete time signature corrupts key signature
Fixed in branch master, commit 0cdde77f8e
fix #59301 Deleting measure with clef change corrupts clef map
Better, but still a related issue as follows with the same score:
1) select measure 3
2) ctrl+delete
3) undo
4) select measure 2
5) ctrl+delete
Result: the clef map still seems to think there is a clef change at the end of the new measure 2:
To be fair, I don't think this is a new issue. After step 3), things *look* ok, but I think there is an extra clef map entry between measures 3 & 4. You can also see this if you try the first three steps (after reloading the score to start from scratch; don't rely on undo!) but then try the following:
4) drag alto clef to measure three
Result: clef change only extends to end of that measure; the following measure still appears as if in treble clef:
So I recognize this is really a separate issue even though the initial symptom is the same.
Fixed in branch 2.0.2, commit b553a208e0
fix #59301 Deleting measure with clef change corrupts clef map
The above applies the previous fix to the 2.0.2 branch, but the issue in #3 remains (for both master and branch).
Fixed in branch master, commit 6c9034db27
fix #59301: deleting measure with clef change corrupts clef map
Fixed in branch 2.0.2, commit 8d7ab2b819
fix #59301: deleting measure with clef change corrupts clef map
Automatically closed -- issue fixed for 2 weeks with no activity.