]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stanza-number-engraver.cc
Run grand-replace (issue 3765)
[lilypond.git] / lily / stanza-number-engraver.cc
index 5baf68a2fc0968b0426f322b92d63f5dd505c0d5..ddcd526d583b77041068e6e946881b66f60830e1 100644 (file)
@@ -1,9 +1,20 @@
 /*
-  lyric-number-engraver.cc -- implement Stanza_number_engraver
+  This file is part of LilyPond, the GNU music typesetter.
 
-  source file of the GNU LilyPond music typesetter
+  Copyright (C) 2000--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>, Glen Prideaux <glenprideaux@iname.com>
 
-  (c) 2000--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>, Glen Prideaux <glenprideaux@iname.com>
+  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/>.
 */
 
 #include "engraver.hh"
@@ -74,15 +85,15 @@ Stanza_number_engraver::stop_translation_timestep ()
 
 ADD_ACKNOWLEDGER (Stanza_number_engraver, lyric_syllable);
 ADD_TRANSLATOR (Stanza_number_engraver,
-               /* doc */
-               "Engrave stanza numbers.",
+                /* doc */
+                "Engrave stanza numbers.",
 
-               /* create */
-               "StanzaNumber ",
+                /* create */
+                "StanzaNumber ",
 
-               /* read */
-               "stanza ",
+                /* read */
+                "stanza ",
 
-               /* write */
-               ""
-               );
+                /* write */
+                ""
+               );