]> git.donarmstrong.com Git - lilypond.git/commitdiff
Unisons between voices may 'touch' regardless of dots; issue 589
authorKeith OHara <k-ohara5a5a@oco.net>
Tue, 23 Aug 2011 04:31:18 +0000 (21:31 -0700)
committerKeith OHara <k-ohara5a5a@oco.net>
Tue, 23 Aug 2011 04:31:18 +0000 (21:31 -0700)
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;
     }