]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/swallow-perf.hh
release: 1.3.106
[lilypond.git] / lily / include / swallow-perf.hh
index eec24e9643a3de35d7263d76f3d20cf90261e5a4..a3c123382df24bef0e336a1b740bda1689650dfe 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 
 #include "performer.hh"
 
-class Swallow_performer : public Performer {
+class Swallow_performer : public Performer
+{
 public:
-    NAME_MEMBERS();
+  VIRTUAL_COPY_CONS(Translator);
+  
 protected:
-    virtual bool do_try_request (Request* ) { return true; }
+  virtual bool do_try_music (Music*) { return true; }
 };
 
 #endif // SWALLOW_PERF_HH