]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/swallow-perf.cc
*** empty log message ***
[lilypond.git] / lily / swallow-perf.cc
index 5f2cbb2873423a086dc9b7b294f16a44acb8bd34..f30476092a0a25237fbfe04c9b240ca993b28b36 100644 (file)
@@ -3,11 +3,26 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-#include "swallow-perf.hh"
+#include "performer.hh"
 
+class Swallow_performer : public Performer
+{
+public:
+  TRANSLATOR_DECLARATIONS(Swallow_performer);
+protected:
+  virtual bool try_music (Music*) { return true; }
+};
 
-IMPLEMENT_IS_TYPE_B1(Swallow_performer, Performer);
-ADD_THIS_TRANSLATOR(Swallow_performer);
+Swallow_performer::Swallow_performer()
+{}
+
+ENTER_DESCRIPTION(Swallow_performer,
+/* descr */       "",
+/* creats*/       "",
+/* accepts */     "general-music",
+/* acks  */      "",
+/* reads */       "",
+/* write */       "");