Unexpected tieing behaviour

• Feb 29, 2020 - 06:13
Reported version
3.4
Type
Functional
Frequency
Few
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
Yes
Project

Input a note and press the tie button. Input another note to from a chord, then press tie button. The new note is tied, but the tie on the first note and the end note of that tie disappear. However, if you try a second time (press tie button when either note is selected), both notes are tied. Expected behaviour is to always tie all notes in a chord.


Comments

Expected behaviour is to always tie all notes in a chord.

You are right about this, though. The existing tie is preventing the regular tie command from working as expected. There should be no reason to have to use the alternate tie command. Specifically, these lines of code are causing the problem, and should probably be removed. It does not matter that the note already has a tie; we are overwriting any existing chord with a new chord, possibly of a different duration.