]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/crescendo.hh
release: 1.1.1
[lilypond.git] / lily / include / crescendo.hh
index 6c8a9df8054fefa9b77a52d5b6af0cebe7075ac4..02a311c60efdd1b2366609d3c9691ee9da90b107 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -24,7 +24,7 @@ public:
 
   Crescendo();
 protected:
-  SCORE_ELEM_CLONE(Crescendo);
+  SCORE_ELEMENT_CLONE(Crescendo);
   virtual Molecule*brew_molecule_p() const;
   virtual Interval symbol_height() const;
   DECLARE_MY_RUNTIME_TYPEINFO;