From: Keith OHara Date: Tue, 23 Aug 2011 04:31:18 +0000 (-0700) Subject: Unisons between voices may 'touch' regardless of dots; issue 589 X-Git-Tag: release/2.15.9-1~9^2~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a817a59fdcbade9707c2db4ed8614da45e5343eb;p=lilypond.git Unisons between voices may 'touch' regardless of dots; issue 589 --- 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; }