Adding time signature breaks a tie across barline
Reported version
3.0
Priority
P1 - High
Type
Functional
Frequency
Few
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
Yes
Project
If two note are tied across a barline, and a new timesignature is added to the second measure, the tie is broken. In 3.0 this always happens.
In 2.3.2. it does not happen if the added timesig is the same as the current one, but it always happens if there is a change in timesig.
Workaround is to add the tie again after the timesig has been entered.
Fix version
3.6.0
Comments
I don't see this in OS: Windows 10 (10.0), Arch.: x86_64, MuseScore version (64-bit): 3.0.0.4042, revision: af128b5
I can reproduce using a build I made a few minutes ago :-)
1) new 4/4 treble clef score
2) fill first two measures with middle line B's
3) tie last B of first measure to first of B of second measure
4) add 2/4 (or any other) time signature to measure 2
Result: tie is lost. I can also confirm it was the same on 2.3.2 except if you added the same time signature, because we were just smart enough not to rewrite measures in that case. But then deleting the time signature would remove the tie.
See also #101556: changing time signature deletes ties. That one is old enough that I think I'd close it in favor of this, though.
Given it's not much different than 2.x and workaround is easy, downgrading to focus on the more critical issues.
Can reproduce in 3.2.3.
Reproduced in 3.3.3.8992
In reply to Reproduced in 3.3.3.8992 by [DELETED] 33622657
Sorry, that was me. I wanted a different username
In reply to Sorry, that was me. I wanted… by [DELETED] 33622657
Wow, that's interesting I could post from an already deleted account. Well, anyway, I repro'd this on 3.3.3.8992
https://github.com/musescore/MuseScore/pull/5566
Fixed in branch master, commit 82bd43f1b2
fix #277800: allow to preserve ties when replacing measures (by removing and inserting them)
See https://github.com/musescore/MuseScore/pull/6889 (for 3.x)
Fixed in branch 3.x, commit a0f5ce539d
Fix #277800: Allow to preserve ties when replacing measures (by removing and inserting them)
Automatically closed -- issue fixed for 2 weeks with no activity.