From a817a59fdcbade9707c2db4ed8614da45e5343eb Mon Sep 17 00:00:00 2001 From: Keith OHara Date: Mon, 22 Aug 2011 21:31:18 -0700 Subject: [PATCH] Unisons between voices may 'touch' regardless of dots; issue 589 --- lily/note-collision.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2