]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/swallow-engraver.cc
Merge with master
[lilypond.git] / lily / swallow-engraver.cc
index 9d51eb6edd21ed040564f4ffdee3ac3fd033faa7..7d0c851ab0627d80090556a7c024725b3582238c 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--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -29,10 +29,8 @@ 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 */ "",
+               /* read */ "",
                /* write */ "");