]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/swallow-engraver.cc
2003 -> 2004
[lilypond.git] / lily / swallow-engraver.cc
index 3696bb6f269245debb3e47b042ec25e2ff241d89..4bda0a7ebf1c6ef177375642b7cf68a75c95c3ef 100644 (file)
@@ -3,14 +3,12 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "engraver.hh"
 
 /**
-  This engraver swallows everything given to it silently. The purpose of
-  this is to prevent spurious "event junked" warnings.
  */
 class Swallow_engraver : public Engraver
 {
@@ -27,3 +25,16 @@ Swallow_engraver::try_music (Music*)
 {
   return true;
 }
+
+Swallow_engraver::Swallow_engraver ()
+{
+}
+
+ENTER_DESCRIPTION(Swallow_engraver,
+/* descr */       "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 */       "",
+/* write */       "");