removal of tie segments is broken (patch included)
Deleting a tie (without deleting one or both of its associated notes) currently does not work. I have created a simple patch that seems to resolve the issue. Of course, the real issue may be that Score::removeElement() should be passed an element of type TIE rather than TIE_SEGMENT to begin with, to make it consistent with the way SLUR elements are handled.
To reproduce:
Create a tie between two notes. Select the tie and press the Delete key. It will not be deleted. Right-click on the tie. It will be identified as a Tie Segment (not a Tie). Now create a slur. Right-click on the slur. It will be identified as a Slur (not a Slur Segment).
macOS 10.12.1
MuseScore 3.0.0 Revision 3543170
Attachment | Size |
---|---|
removetie.patch | 1.24 KB |
Comments
It is no longer possible to remove ties since last November 15th. This nightly fails: 8ce08ce
The cause here? : https://github.com/musescore/MuseScore/commit/6ef95da0d6caf2fea0070ff57…
You patch fixes the delete issue, but still calls it "Tie segment" rather than "Tie", so this may fix the symptom but not the root cause?
Fixed in branch master, commit 107343b1aa
fix #148121, #138326; add provisions for global insert mode
Automatically closed -- issue fixed for 2 weeks with no activity.