X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-column.cc;h=843f19158a699c99ba5dc9b25f495d55c7d6e3af;hb=19fe8463d4ce81ea1c11c2cf0b65e4bc4151c527;hp=76bde1c3d60f632cae6a3c338f2009fef5504632;hpb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;p=lilypond.git diff --git a/lily/note-column.cc b/lily/note-column.cc index 76bde1c3d6..843f19158a 100644 --- a/lily/note-column.cc +++ b/lily/note-column.cc @@ -1,9 +1,20 @@ /* - note-column.cc -- implement Note_column + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1997--2010 Han-Wen Nienhuys - (c) 1997--2008 Han-Wen Nienhuys + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #include "note-column.hh" @@ -150,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) @@ -185,7 +196,7 @@ Note_column::dot_column (Grob *me) if (dots) return dots->get_parent (X_AXIS); } - + return 0; }