From: Joe Neeman Date: Thu, 17 Apr 2008 08:15:50 +0000 (+1000) Subject: Add a comment. X-Git-Tag: release/2.11.45-1~12^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=89592d9d1c8fe39f6028becfe32ee9bd209e7963;p=lilypond.git Add a comment. --- 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"))