]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-collision.cc
Unisons between voices may 'touch' regardless of dots; issue 589
[lilypond.git] / lily / note-collision.cc
index b7060092e104478530e3d9b612f64f1981dcc305..a9b8cbe4410a466efad38433aeafa3c2c107098c 100644 (file)
@@ -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;
     }