]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-constructor.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / music-constructor.hh
index 1e9dc262ff0f83419a75313251367db12fc56029..107bc54471f1e81b7fe4d21dd392d803fdb6e11b 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  2001--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -22,7 +22,7 @@ Music * _ ## type ## _ctor ()\
 static void  _ ## type ## _adder () {\
       add_music_ctor (#type, & _ ## type ## _ctor);\
 }\
-ADD_GLOBAL_CTOR (_ ## type ## _adder);
+ADD_SCM_INIT_FUNC( _ ## type ## _adder_prefix,  _ ## type ## _adder);
 
 void add_music_ctor (String, Music* (*) ());
 Music*make_music (String);