]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-sym-engraver.hh
release: 1.1.29
[lilypond.git] / lily / include / staff-sym-engraver.hh
index 8235f2aa03344e718dd1f55ca2940b218bac7982..58877137ef9e7a21febfaaa2d785126d74a1f69f 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>
 */
 
 
@@ -18,9 +18,9 @@
 class Staff_symbol_engraver : public Engraver { 
     Staff_symbol *span_p_;
 public:
-  TRANSLATOR_CLONE(Staff_symbol_engraver);
+  VIRTUAL_COPY_CONS(Translator);
   Staff_symbol_engraver();
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  
 protected:
   virtual ~Staff_symbol_engraver();
   virtual void fill_staff_info (Staff_info&);