]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translation-property.hh
release: 1.5.29
[lilypond.git] / lily / include / translation-property.hh
index dc332df200707fd92d6cc84c79afa4ee0f7ca15b..cedaf0d32c142e48189e18111cd93ce9147cf10a 100644 (file)
@@ -4,7 +4,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -25,7 +25,7 @@ class Translation_property : public Music
 {
 public:
   Translation_property ();
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
 };
 
 /**
@@ -41,7 +41,7 @@ public:
 class Push_translation_property : public Music
 {
 public:
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
 };
 
 /**
@@ -54,7 +54,7 @@ public:
 class Pop_translation_property : public Music
 {
 public:
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
 };