]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-column-scheme.cc
Imported Upstream version 2.16.0
[lilypond.git] / lily / note-column-scheme.cc
index bf76ce9112862883e2c995d2e1aeae4f1470647b..d828d36f5c22605e5b588dad629573de36bec400 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2010--2011 Nicolas Sceaux <nicolas.sceaux@free.fr>
+  Copyright (C) 2010--2012 Nicolas Sceaux <nicolas.sceaux@free.fr>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 
   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
+  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 <http://www.gnu.org/licenses/>.
+  along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "note-column.hh"
@@ -22,9 +22,9 @@
 #include "grob.hh"
 
 LY_DEFINE (ly_note_column_accidentals, "ly:note-column-accidentals",
-          1, 0, 0, (SCM note_column),
-          "Return the @code{AccidentalPlacement} grob from @var{note-column}"
-          " if any, or @code{SCM_EOL} otherwise.")
+           1, 0, 0, (SCM note_column),
+           "Return the @code{AccidentalPlacement} grob from @var{note-column}"
+           " if any, or @code{SCM_EOL} otherwise.")
 {
   Grob *grob = unsmob_grob (note_column);
   LY_ASSERT_SMOB (Grob, note_column, 1);
@@ -35,9 +35,9 @@ LY_DEFINE (ly_note_column_accidentals, "ly:note-column-accidentals",
 }
 
 LY_DEFINE (ly_note_column_dot_column, "ly:note-column-dot-column",
-          1, 0, 0, (SCM note_column),
-          "Return the @code{DotColumn} grob from @var{note-column}"
-          " if any, or @code{SCM_EOL} otherwise.")
+           1, 0, 0, (SCM note_column),
+           "Return the @code{DotColumn} grob from @var{note-column}"
+           " if any, or @code{SCM_EOL} otherwise.")
 {
   Grob *grob = unsmob_grob (note_column);
   LY_ASSERT_SMOB (Grob, note_column, 1);