]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pitch-squash-engraver.hh
partial: 1.1.61.jcn
[lilypond.git] / lily / include / pitch-squash-engraver.hh
index dbf432a53603e4e1e50ab93e63edb40bd6465846..ad042e84f370e6d37372d49ee0a825bfcf29069c 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>
   
  */
 
@@ -14,8 +14,8 @@
 
 class Pitch_squash_engraver : public Engraver {
 public:
-  DECLARE_MY_RUNTIME_TYPEINFO;
-  TRANSLATOR_CLONE (Pitch_squash_engraver);
+  
+  VIRTUAL_COPY_CONS (Translator);
   virtual void acknowledge_element (Score_element_info);
   
 };