]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translation-property.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / translation-property.hh
index dc332df200707fd92d6cc84c79afa4ee0f7ca15b..3e6e0ee56bc420e9bd1701a17af8a74c7da04356 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--2003 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);
 };