]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stanza-number-align-engraver.cc
Imported Upstream version 2.16.0
[lilypond.git] / lily / stanza-number-align-engraver.cc
index 1acf51f362b37921e22d0efc2567a81f3eaf177c..e16560d263a724a3869243a3e7a7934cd9338f97 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2004--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2004--2012 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
@@ -32,8 +32,8 @@ public:
   TRANSLATOR_DECLARATIONS (Stanza_number_align_engraver);
 
 protected:
-  vector<Grob*> lyrics_;
-  vector<Grob*> stanza_numbers_;
+  vector<Grob *> lyrics_;
+  vector<Grob *> stanza_numbers_;
 
   DECLARE_ACKNOWLEDGER (lyric_syllable);
   DECLARE_ACKNOWLEDGER (stanza_number);
@@ -73,16 +73,16 @@ ADD_ACKNOWLEDGER (Stanza_number_align_engraver, lyric_syllable);
 ADD_ACKNOWLEDGER (Stanza_number_align_engraver, stanza_number);
 
 ADD_TRANSLATOR (Stanza_number_align_engraver,
-               /* doc */
-               "This engraver ensures that stanza numbers are neatly"
-               " aligned.",
+                /* doc */
+                "This engraver ensures that stanza numbers are neatly"
+                " aligned.",
 
-               /* create */
-               "",
+                /* create */
+                "",
 
-               /* read */
-               "",
+                /* read */
+                "",
 
-               /* write */
-               "");
+                /* write */
+                "");