]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add a comment.
authorJoe Neeman <joeneeman@gmail.com>
Thu, 17 Apr 2008 08:15:50 +0000 (18:15 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Wed, 23 Apr 2008 11:17:01 +0000 (21:17 +1000)
lily/note-collision.cc

index cdeb36c667078a50755aff5739c9c717776b3294..1b71f3f72d4dcc5caaa39c8cd940163e8b08d01d 100644 (file)
@@ -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"))