fix ties with linked staves/parts
This commit is contained in:
parent
0af9e9cfa3
commit
e7146ba2e6
1 changed files with 1 additions and 6 deletions
|
@ -856,12 +856,7 @@ void Score::repitchNote(const Position& p, bool replace)
|
|||
if (!firstTiedNote)
|
||||
firstTiedNote = tn;
|
||||
lastTiedNote = tn;
|
||||
|
||||
tn->undoSetPitch(note->pitch());
|
||||
tn->undoSetTpc(note->tpc());
|
||||
tn->undoSetTpc1(note->tpc1());
|
||||
tn->undoSetTpc2(note->tpc2());
|
||||
|
||||
undoChangePitch(tn, note->pitch(), note->tpc1(), note->tpc2());
|
||||
if (tn->tieFor())
|
||||
tn = tn->tieFor()->endNote();
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue