]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.21
authorfred <fred>
Sun, 24 Mar 2002 19:27:04 +0000 (19:27 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:27:04 +0000 (19:27 +0000)
hdr/identifier.hh

index da4bfb6b7b913e71c11b64a9daa1ba62c1dc05e4..f634e216dc692d377a6d7f7bc200b09d08e98efc 100644 (file)
@@ -13,6 +13,7 @@
 #include "inputmusic.hh"
 #include "notename.hh"
 #include "lookup.hh"
+#include "scriptdef.hh"
 
 #define make_id_class(Idclass, Class, accessor)        \
 struct Idclass : Identifier {\
@@ -28,7 +29,7 @@ struct Idclass : Identifier {\
 }\
 
 
-
+make_id_class(Script_id, Script_def, script);
 make_id_class(Lookup_id, Lookup, lookup);
 make_id_class(Symtables_id, Symtables, symtables);
 make_id_class(Staff_id, Input_staff, staff);