]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stanza-number-engraver.cc
Run grand replace for 2015.
[lilypond.git] / lily / stanza-number-engraver.cc
index 11281bbdfeadf4a289fa093ef1b19545cc904a6c..892bae633c35b4845abe4a439a0dad83fc9dbdfe 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2000--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>, Glen Prideaux <glenprideaux@iname.com>
+  Copyright (C) 2000--2015 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
@@ -85,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 */
+                ""
+               );