]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.3
authorfred <fred>
Thu, 10 Oct 1996 22:34:27 +0000 (22:34 +0000)
committerfred <fred>
Thu, 10 Oct 1996 22:34:27 +0000 (22:34 +0000)
template1.cc [new file with mode: 0644]

diff --git a/template1.cc b/template1.cc
new file mode 100644 (file)
index 0000000..908de8d
--- /dev/null
@@ -0,0 +1,20 @@
+#include "line.hh"
+
+#include "list.hh"
+#include "cols.hh"
+#include "item.hh"
+#include "request.hh"
+#include "command.hh"
+
+#include "list.cc"
+#include "cursor.cc"
+
+
+PL_instantiate(Line_of_score);
+PL_instantiate(Line_of_staff);
+PL_instantiate(Item);
+PL_instantiate(Spanner);
+PL_instantiate(PStaff);
+PL_instantiate(Idealspacing);
+PL_instantiate(PCol);
+