]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/timing-engraver.hh
release: 1.1.53
[lilypond.git] / lily / include / timing-engraver.hh
index 18aa404ab57e5e9b2a7e26663a3a13f075c5008b..00d55c5a465af503a1740b56f5d461f86b271312 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--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -11,6 +11,7 @@
 #define TIMING_GRAV_HH
 
 #include "timing-translator.hh"
+#include "engraver.hh"
 
 /**
   Do time bookkeeping
@@ -19,10 +20,9 @@ class Timing_engraver : public Timing_translator, public Engraver
 {   
 protected:
   virtual void fill_staff_info (Staff_info&);
-  virtual Engraver * access_Engraver () { return Engraver::access_Engraver (); }
 public:
-  TRANSLATOR_CLONE(Timing_engraver);
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  VIRTUAL_COPY_CONS(Translator);
+  
 };
 
 #endif // TIMING_GRAV_HH