]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translation-property.hh
2003 -> 2004
[lilypond.git] / lily / include / translation-property.hh
index c8a49507839f0b59a868f9582ba1e8720c46225d..d5dc380628e2fc222688501caca2ac6b7de03f5c 100644 (file)
@@ -1,9 +1,10 @@
+#if 0
 /*
   translation-property.hh -- declare Translation_property
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -23,7 +24,8 @@
 class Translation_property : public Music
 {
 public:
-  VIRTUAL_COPY_CONS(Music);
+  Translation_property ();
+  VIRTUAL_COPY_CONS (Music);
 };
 
 /**
@@ -39,7 +41,7 @@ public:
 class Push_translation_property : public Music
 {
 public:
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
 };
 
 /**
@@ -52,7 +54,7 @@ public:
 class Pop_translation_property : public Music
 {
 public:
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
 };
 
 
@@ -61,3 +63,4 @@ void apply_pop_property (Translator_group*trans, SCM syms, SCM eprop);
 
 
 #endif // PROPERTY_HH
+#endif