]> git.donarmstrong.com Git - lilypond.git/commitdiff
Clarify comment for Note_column::accidentals ().
authorNeil Puttock <n.puttock@gmail.com>
Mon, 5 Apr 2010 21:47:20 +0000 (22:47 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Mon, 5 Apr 2010 21:55:12 +0000 (22:55 +0100)
lily/note-column.cc

index c79e5217464c7f4b414ae6c631cd3a6de7117097..843f19158a699c99ba5dc9b25f495d55c7d6e3af 100644 (file)
@@ -161,7 +161,7 @@ Note_column::first_head (Grob *me)
 }
 
 /*
-  Return the first Accidentals grob that we find in a note-head.
+  Return the first AccidentalPlacement grob that we find in a note-head.
 */
 Grob *
 Note_column::accidentals (Grob *me)
@@ -196,7 +196,7 @@ Note_column::dot_column (Grob *me)
       if (dots)
        return dots->get_parent (X_AXIS);
     }
-  
+
   return 0;
 }