From 73aea7fee2180c30d4dcbe5a9181c9b20104d0b2 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Mon, 5 Apr 2010 22:47:20 +0100 Subject: [PATCH] Clarify comment for Note_column::accidentals (). --- lily/note-column.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.11.4.GIT