]> 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 a3c123382df24bef0e336a1b740bda1689650dfe..672caf863b1619ea937fdd04800580ac7ecd4a43 100644 (file)
@@ -3,10 +3,9 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef SWALLOW_PERF_HH
 #define SWALLOW_PERF_HH
 
 class Swallow_performer : public Performer
 {
 public:
-  VIRTUAL_COPY_CONS(Translator);
-  
+  VIRTUAL_COPY_CONS (Translator);
+
 protected:
-  virtual bool do_try_music (Music*) { return true; }
+  virtual bool try_music (Music *) { return true; }
 };
 
 #endif // SWALLOW_PERF_HH