]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/swallow-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / swallow-engraver.cc
index 49488c8604772a64513b0f26c2e07ae8de662ba6..0b6a7248171fa702f5e917a5aef3b7beac58c08b 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -29,9 +29,17 @@ Swallow_engraver::Swallow_engraver ()
 #include "translator.icc"
 
 ADD_TRANSLATOR (Swallow_engraver,
-               /* doc */ "This engraver swallows everything given to it silently. The purpose of "
-               "this is to prevent spurious \"event junked\" warnings.",
-               /* create */ "",
-               /* accept */ "general-music",
-               /* read */ "",
-               /* write */ "");
+               /* doc */
+               "This engraver swallows everything given to it silently."
+               "  The purpose of this is to prevent spurious @q{event junked}"
+               " warnings.",
+
+               /* create */
+               "",
+
+               /* read */
+               "",
+
+               /* write */
+               ""
+               );