]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/string-number-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / string-number-engraver.cc
index 45cc2664d0b8acb889f5694219599c3e272ed69a..0e429a957b4e73dab1458501639fb97fc70cc464 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -35,12 +35,18 @@ String_number_engraver::String_number_engraver ()
 #include "translator.icc"
 
 ADD_TRANSLATOR (String_number_engraver,
-               /* doc */ "Swallow string-number-events - the purpose of this engraver is to"
-               " process tab for normal notation. To provent warnings for unprocessed "
-               " string-number-event to obscure real error messages, this engraver "
-               " swallows them all.",
-
-               /* create */ "",
-               /* accept */ "string-number-event",
-               /* read */ "",
-               /* write */ "");
+               /* doc */
+               "Swallow string number events.  The purpose of this engraver"
+               " is to process tablatures for normal notation.  To provent"
+               " warnings for unprocessed string number events to obscure"
+               " real error messages, this engraver swallows them all.",
+
+               /* create */
+               "",
+
+               /* read */
+               "",
+
+               /* write */
+               ""
+               );