]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/swallow-perf.hh
Merge branch 'master' into jneeman
[lilypond.git] / lily / include / swallow-perf.hh
index 7c6ec8d4aee76555eba982596ec4e75aaaabd519..8016529e4d74c576d23e4a23fca1c215f54f0ef6 100644 (file)
@@ -3,19 +3,21 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c) 1997--2007 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:
-    NAME_MEMBERS();
-    virtual bool try_request (Request* ) { return true; }
+  VIRTUAL_COPY_CONS (Translator);
+
+protected:
+  virtual bool try_music (Music *) { return true; }
 };
 
 #endif // SWALLOW_PERF_HH