]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/break-alignment-interface.cc
Run grand-replace for 2010.
[lilypond.git] / lily / break-alignment-interface.cc
index 1d2b5f94474697c4998bc0ab10cee7d903cda834..5cd5d5dbef7c05a7fb4fb1d572df0540456a50e9 100644 (file)
@@ -1,9 +1,20 @@
 /*
-  break-align-interface.cc -- implement Break_alignment_interface
+  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 <hanwen@xs4all.nl>
 
-  (c) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  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 <http://www.gnu.org/licenses/>.
 */
 
 
@@ -347,7 +358,7 @@ MAKE_SCHEME_CALLBACK (Break_aligned_interface, calc_break_visibility, 1)
 SCM
 Break_aligned_interface::calc_break_visibility (SCM smob)
 {
-  /* a BreakAlignGroup is break-visible iff it has one element that is break-visible */
+  /* a BreakAlignGroup is break-visible if it has one element that is break-visible */
   Grob *me = unsmob_grob (smob);
   SCM ret = scm_c_make_vector (3, SCM_EOL);
   extract_grob_set (me, "elements", elts);
@@ -366,7 +377,7 @@ Break_aligned_interface::calc_break_visibility (SCM smob)
 }
 
 ADD_INTERFACE (Break_alignable_interface,
-              "Object that is aligned on a break aligment.",
+              "Object that is aligned on a break alignment.",
 
               /* properties */
               "break-align-symbols "
@@ -407,7 +418,7 @@ ADD_INTERFACE (Break_aligned_interface,
               );
 
 ADD_INTERFACE (Break_alignment_interface,
-              "The object that performs break aligment.  See"
+              "The object that performs break alignment.  See"
               " @ref{break-aligned-interface}.",
 
               /* properties */