removal of tie segments is broken (patch included)

• Dec 1, 2016 - 06:29
Reported version
3.0
Type
Functional
Severity
S3 - Major
Status
closed
Project

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

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?