From: janneke Date: Sun, 1 Feb 2004 13:02:14 +0000 (+0000) Subject: Fix comment X-Git-Tag: release/2.1.17^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6a0a023f45d77828eff10b616329e82bad50f64a;p=lilypond.git Fix comment --- diff --git a/lily/note-collision.cc b/lily/note-collision.cc index a53eae524f..68462e1b45 100644 --- a/lily/note-collision.cc +++ b/lily/note-collision.cc @@ -88,7 +88,8 @@ check_meshing_chords (Grob *me, && !to_boolean (me->get_grob_property ("merge-differently-headed"))) merge_possible = false; - /* Can never merge quarter and half notes. */ + /* Should never merge quarter and half notes, as this would make + them indistinguishable. */ if (merge_possible && ((Rhythmic_head::duration_log (nu) == 1 && Rhythmic_head::duration_log (nd) == 2)