]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/swallow-engraver.cc
* lily/stem.cc (thickness): new function.
[lilypond.git] / lily / swallow-engraver.cc
index 989e78c271fd4b569d7dd924b154a0a7bbf7c32a..674464220a9016bdaece4ca0b8af0b2f893a5191 100644 (file)
@@ -9,8 +9,6 @@
 #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 */       "");