]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/swallow-engraver.cc
* The grand 2005-2006 replace.
[lilypond.git] / lily / swallow-engraver.cc
index e9178e7142526840b740a164453cbde666320b4f..39052cba11a451b1adc941ed7060a6fa77fbf1dd 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -26,11 +26,12 @@ Swallow_engraver::Swallow_engraver ()
 {
 }
 
+#include "translator.icc"
+
 ADD_TRANSLATOR (Swallow_engraver,
-               /* descr */ "This engraver swallows everything given to it silently. The purpose of "
+               /* doc */ "This engraver swallows everything given to it silently. The purpose of "
                "this is to prevent spurious \"event junked\" warnings.",
-               /* creats*/ "",
-               /* accepts */ "general-music",
-               /* acks  */ "",
-               /* reads */ "",
+               /* create */ "",
+               /* accept */ "general-music",
+               /* read */ "",
                /* write */ "");