X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-collision.cc;h=a9b8cbe4410a466efad38433aeafa3c2c107098c;hb=a817a59fdcbade9707c2db4ed8614da45e5343eb;hp=b7060092e104478530e3d9b612f64f1981dcc305;hpb=8b270ba14b0b269498d6b072e4ed24f7c261a2ee;p=lilypond.git diff --git a/lily/note-collision.cc b/lily/note-collision.cc index b7060092e1..a9b8cbe441 100644 --- a/lily/note-collision.cc +++ b/lily/note-collision.cc @@ -186,7 +186,7 @@ check_meshing_chords (Grob *me, && Rhythmic_head::dot_count (head_up) < Rhythmic_head::dot_count (head_down)) { shift_amount = -1; - if (!touch || full_collide) + if (!touch) // remember to leave clearance between stems stem_to_stem = true; }