From: Neil Puttock Date: Mon, 5 Apr 2010 21:47:20 +0000 (+0100) Subject: Clarify comment for Note_column::accidentals (). X-Git-Tag: release/2.13.18-1~18^2~1^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=73aea7fee2180c30d4dcbe5a9181c9b20104d0b2;p=lilypond.git Clarify comment for Note_column::accidentals (). --- diff --git a/lily/note-column.cc b/lily/note-column.cc index c79e521746..843f19158a 100644 --- a/lily/note-column.cc +++ b/lily/note-column.cc @@ -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; }