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