Skip to content

Commit

Permalink
Merge pull request #5789 from mattmcclinch/302011-grace-note-tie
Browse files Browse the repository at this point in the history
fix #302011: Grace note tie crash
  • Loading branch information
dmitrio95 committed Mar 7, 2020
2 parents f32f3ea + 008814b commit b1d0a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1254,6 +1254,7 @@ void Score::cmdAddTie(bool addToChord)
if (c->isGraceBefore()) {
// tie grace note before to main note
cr = toChord(c->parent());
addToChord = true;
}
else {
_is.setSegment(note->chord()->segment());
Expand Down

0 comments on commit b1d0a4b

Please sign in to comment.