From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Tue, 17 Mar 1998 08:53:34 +0000 (+0100)
Subject: partial: 0.1.52.jcn
X-Git-Tag: release/0.1.52~1
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=01d5d50e2a794048c518679b2718891fe91c4cfa;p=lilypond.git

partial: 0.1.52.jcn
---

diff --git a/mi2mu/template9.cc b/mi2mu/template9.cc
new file mode 100644
index 0000000000..4e7ee3faad
--- /dev/null
+++ b/mi2mu/template9.cc
@@ -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);
+