Skip to content

Commit

Permalink
fix #29541
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Aug 13, 2014
1 parent f8c8747 commit 8dedc28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/cmd.cpp
Expand Up @@ -674,6 +674,7 @@ Fraction Score::makeGap(Segment* segment, int track, const Fraction& _sd, Tuplet
Spanner* s = i.second;
if (((s->tick() == tick) || s->tick2() == tick)
&& (s->anchor() == Spanner::Anchor::CHORD)
&& (!noteEntryMode() || inputState().slur() != s)
) {
// there is always a chord/rest at tick == cr->measure()->tick()
if (s->tick() == tick && tick == cr->measure()->tick())
Expand Down

0 comments on commit 8dedc28

Please sign in to comment.