Changes to a score cause all fermatas over a barline to be discarded
Documented on Forum post https://musescore.org/en/node/270849
This seems only to affect fermatas which are placed over the barline (select the barline before clicking on the fermata). Such fermatas are saved successfully, but a subsequent change to the score (e.g. adding stave text of style Tempo in next bar) will result in all such fermatas and the new text being discarded when the file is saved, closed and reopened.
Attachment | Size |
---|---|
Fermata_Test.mscz | 18.95 KB |
Comments
Loss of information without any indication and no way to get it back (like via Undo) -> major
Bug exists since at least 2.0(.0)
Not changing the staff text's style keeps at least that staff text, but still loses the fermatas
Adding a breath mark just before the fermata will also cause loss of all the "on the barline" fermatas when the file is closed and reopened.
Here is a pull request for 2.3 that seems to fix the problem.
Does the master branch not have that bug?
If it has, and the fix is not significantly different, better do the PR against master
Edit: ah, I see,:
The master branch has a different problem, in that fermatas below the barlines are converted into fermatas above, but it seems to know that it should write the barlines (and the fermatas) to the file.
A good reason for 2 PRs.
Fixed in branch 2.3, commit 3e30c643ac
fix #270850: Changes to a score cause all fermatas over a barline to be discarded
Fixed in branch 2.3, commit 84deced3c2
Merge pull request #3585 from mattmcclinch/270850-fermatas-over-barlines
fix #270850: Changes to a score cause all fermatas over a barline to be discarded
Automatically closed -- issue fixed for 2 weeks with no activity.