]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/swallow-engraver.hh
release: 1.3.19
[lilypond.git] / lily / include / swallow-engraver.hh
index d2ca31a92708c8b9412ce395664d8a36c52c3dd5..2ce555683c3f31703e55d4690ab9f9b8c0e429ed 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -18,9 +18,9 @@
  */
 class Swallow_engraver : public Engraver {
 protected:
-  bool do_try_request (Request*) ;
+  bool do_try_music (Music*) ;
 public:
-  TRANSLATOR_CLONE(Swallow_engraver);
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  VIRTUAL_COPY_CONS(Translator);
+  
 };
 #endif // SWALLOW_GRAV_HH