]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/swallow-perf.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / swallow-perf.hh
index 699990c4dbadffe3153dc830f03e625992b0d234..672caf863b1619ea937fdd04800580ac7ecd4a43 100644 (file)
@@ -3,21 +3,21 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef SWALLOW_PERF_HH
 #define SWALLOW_PERF_HH
 
 #include "performer.hh"
 
-class Swallow_performer : public Performer {
+class Swallow_performer : public Performer
+{
 public:
-  TRANSLATOR_CLONE(Swallow_performer);
-  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