]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.52
authorfred <fred>
Sun, 24 Mar 2002 20:07:22 +0000 (20:07 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:07:22 +0000 (20:07 +0000)
init/lily-init.ly
init/simple-init.ly
mi2mu/mudela-score.cc
mi2mu/template9.cc [new file with mode: 0644]

index c609918c57c42a3227e97c2049bf8b160cbebf3b..1fb4992c05c4fa66181d22626b77635d19fadc6f 100644 (file)
@@ -6,7 +6,7 @@ breve = \duration { -1 0 }
 longa = \duration { -2 0 }
 
 \include "dynamic.ly"
-\include "dutch.ly" 
+\include "nederlands.ly"               % dutch
 \include "script.ly"
 
 
index 13c7ce38ba33c9c3ead3d7cc0db824187dfb2e76..9d878ca7bbf2bf305432902ee142f40c303b8bd6 100644 (file)
@@ -1,6 +1,6 @@
 % Toplevel initialisation file. 
 Gourlay = 1.0
-\include "dutch.ly" 
+\include "nederlands.ly" 
 
 \include "paper16.ly"
 
index bf025d7ca0795a5b236db8b0c574aa34041141b4..3f8573c96fa07068cc22335a5aa986860842c9c0 100644 (file)
 #include "mudela-staff.hh"
 #include "mudela-stream.hh"
 
+// ugh, cygnus' b19 gcc
+#include "list.tcc"
+#include "cursor.tcc"
+
 //static Mudela_key key_c (0, 0);
 static Mudela_meter meter_4 (4, 2, 24, 8);
 // useconds per 4: 250000 === 60 4 per minute
@@ -258,3 +262,4 @@ Mudela_score::settle_columns()
       start_i = end_i = 0;
     }
 }
+
diff --git a/mi2mu/template9.cc b/mi2mu/template9.cc
new file mode 100644 (file)
index 0000000..4e7ee3f
--- /dev/null
@@ -0,0 +1,33 @@
+//
+// template.cc -- implementemplate
+// ugh: must have unique name for Cygnus' gcc:
+// liblily.a(template.o): In function `GLOBAL_$I$template.cc':
+// template.cc:28: multiple definition of `global constructors keyed to template.cc'
+//
+// copyright 1997 Jan Nieuwenhuizen <jan@digicash.com>
+
+#include "proto.hh"
+#include "list.hh"
+#include "list.tcc"
+#include "cursor.tcc"
+
+class istream;
+class ostream;
+
+#include "mudela-item.hh"
+#include "mudela-column.hh"
+#include "mudela-staff.hh"
+#include "mudela-voice.hh"
+#include "mudela-staff.hh"
+#include "mudela-score.hh"
+#include "pcursor.hh"
+#include "plist.hh"
+#include "pcursor.tcc"
+#include "plist.tcc"
+
+POINTERLIST_INSTANTIATE(Mudela_item);
+POINTERLIST_INSTANTIATE(Mudela_staff);
+POINTERLIST_INSTANTIATE(Mudela_voice);
+POINTERLIST_INSTANTIATE(Mudela_column);
+POINTERLIST_INSTANTIATE(Mudela_score);
+