]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stanza-number-align-engraver.cc
(l|L)ilypond -> LilyPond, (U|u)nix -> UNIX, MacOs X -> MacOS X
[lilypond.git] / lily / stanza-number-align-engraver.cc
index 7cb014c942b54563816b8a9b609a833a2d6c8228..bc1fc7b0968d1c4bbde7bee564171bd0f683e697 100644 (file)
@@ -60,9 +60,18 @@ Stanza_number_align_engraver::stop_translation_timestep ()
 
 ADD_ACKNOWLEDGER (Stanza_number_align_engraver, lyric_syllable);
 ADD_ACKNOWLEDGER (Stanza_number_align_engraver, stanza_number);
+
 ADD_TRANSLATOR (Stanza_number_align_engraver,
-               "This engraver ensures that stanza numbers are neatly aligned. ",
+               /* doc */
+               "This engraver ensures that stanza numbers are neatly"
+               " aligned.",
+
+               /* create */
                "",
-               " ",
+
+               /* read */
+               "",
+
+               /* write */
                "");