From 89592d9d1c8fe39f6028becfe32ee9bd209e7963 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Thu, 17 Apr 2008 18:15:50 +1000 Subject: [PATCH] Add a comment. --- lily/note-collision.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lily/note-collision.cc b/lily/note-collision.cc index cdeb36c667..1b71f3f72d 100644 --- a/lily/note-collision.cc +++ b/lily/note-collision.cc @@ -81,6 +81,8 @@ check_meshing_chords (Grob *me, && !to_boolean (me->get_property ("merge-differently-headed"))) merge_possible = false; + /* what's this for? In particular, why do we check merge_possible when we + haven't finished determining it yet? --jneem */ if (merge_possible && head_up->get_property ("style") == ly_symbol2scm ("fa") && head_down->get_property ("style") == ly_symbol2scm ("fa")) -- 2.39.5