]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stanza-number-engraver.cc
* lily/figured-bass-engraver.cc (process_music): check
[lilypond.git] / lily / stanza-number-engraver.cc
index 58bbc601a75a133ee04a40fb1856b1afb66c7dbf..4777dc726007136ec0504f623413c1b65d3c7e73 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Glen Prideaux <glenprideaux@iname.com>
+  (c) 2000--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>, Glen Prideaux <glenprideaux@iname.com>
 */
 
 #include "engraver.hh"
@@ -58,9 +58,7 @@ void
 Stanza_number_engraver::acknowledge_lyric_syllable (Grob_info inf)
 {
   if (text_)
-    {
-      Side_position_interface::add_support (text_, inf.grob ());
-    }
+    Side_position_interface::add_support (text_, inf.grob ());
 }
 
 void
@@ -71,10 +69,10 @@ Stanza_number_engraver::stop_translation_timestep ()
 
 #include "translator.icc"
 
-ADD_ACKNOWLEDGER (Stanza_number_engraver,lyric_syllable);
+ADD_ACKNOWLEDGER (Stanza_number_engraver, lyric_syllable);
 ADD_TRANSLATOR (Stanza_number_engraver,
-               /* descr */ "",
-               /* creats*/ "StanzaNumber",
-               /* accepts */ "",
-               /* reads */ "stanza",
+               /* doc */ "",
+               /* creat*/ "StanzaNumber",
+               /* accept */ "",
+               /* read */ "stanza",
                /* write */ "");