]> git.donarmstrong.com Git - lilypond.git/commitdiff
partial: 0.1.52.jcn
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 17 Mar 1998 08:53:34 +0000 (09:53 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 17 Mar 1998 08:53:34 +0000 (09:53 +0100)
mi2mu/template9.cc [new file with mode: 0644]

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);
+