summaryrefslogtreecommitdiff
path: root/src/template1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/template1.cc')
-rw-r--r--src/template1.cc25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/template1.cc b/src/template1.cc
new file mode 100644
index 0000000000..fd2431130e
--- /dev/null
+++ b/src/template1.cc
@@ -0,0 +1,25 @@
+
+#include "plist.hh"
+#include "pcol.hh"
+#include "item.hh"
+#include "request.hh"
+#include "command.hh"
+#include "spanner.hh"
+#include "scoreline.hh"
+#include "staffline.hh"
+
+#include "list.cc"
+#include "plist.cc"
+#include "cursor.cc"
+
+#define PLC_instantiate(a) PL_instantiate(a); PL_instantiate(const a)
+
+L_instantiate(Stem*);
+PLC_instantiate(Line_of_score);
+PLC_instantiate(Line_of_staff);
+PLC_instantiate(Item);
+PLC_instantiate(Spanner);
+PLC_instantiate(PStaff);
+PLC_instantiate(Idealspacing);
+PLC_instantiate(PCol);
+