When entering note too long for measure, tie not created in linked staves/parts
Ubuntu 14.04, GIT commit: eac0ed0
1) new score, flute, 4/4
2) generate parts
3) measure 1, note input
4) type 6 0 C 7 + to enter half rest then "whole note", created as a half tied to a half in next measure
5) view part
Result: no tie is present in part. Same result if you use linked staves in same score.
Comments
My initial experiments suggest this can be fixed by calling undoAddElement(tie) just after the connectTies() call here:
https://github.com/musescore/MuseScore/blob/5e1fdab790a8448e9f15ba22f4e…
But I recognize this stuff is prettt delicate and I'd need to understand what is going on way better than I do before actually proposing that as a fix.
https://github.com/musescore/MuseScore/pull/2087
Fixed in branch master, commit 2a3d56241b
fix #66076: tie not linked when adding note too long for measure
Fixed in branch master, commit a2de43c8eb
Merge pull request #2087 from MarcSabatella/66076-tie-links
fix #66076: tie not linked when adding note too long for measure
Fixed in branch 2.0.2, commit acb7f42e68
fix #66076: tie not linked when adding note too long for measure
Automatically closed -- issue fixed for 2 weeks with no activity.