]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.1
authorfred <fred>
Fri, 13 Sep 1996 11:46:43 +0000 (11:46 +0000)
committerfred <fred>
Fri, 13 Sep 1996 11:46:43 +0000 (11:46 +0000)
template.cc [new file with mode: 0644]
template2.cc [new file with mode: 0644]

diff --git a/template.cc b/template.cc
new file mode 100644 (file)
index 0000000..6d45473
--- /dev/null
@@ -0,0 +1,26 @@
+#include "line.hh"
+
+#include "list.hh"
+#include "cols.hh"
+#include "item.hh"
+#include "request.hh"
+#include "score.hh"
+#include "command.hh"
+#include "staff.hh"
+
+#include "list.cc"
+#include "cursor.cc"
+
+
+PL_instantiate(Line_of_staff);
+PL_instantiate(Item);
+PL_instantiate(Line_of_score);
+PL_instantiate(Request);
+PL_instantiate(Spanner);
+PL_instantiate(PStaff);
+PL_instantiate(Idealspacing);
+PL_instantiate(PCol);
+PL_instantiate(Command);
+PL_instantiate(Score_column);
+
+
diff --git a/template2.cc b/template2.cc
new file mode 100644 (file)
index 0000000..21e24f0
--- /dev/null
@@ -0,0 +1,16 @@
+#include "line.hh"
+#include "voice.hh"
+#include "molecule.hh"
+#include "staff.hh"
+
+
+
+
+#include "list.cc"
+#include "cursor.cc"
+PL_instantiate(Staff_column);
+PL_instantiate(Staff);
+PL_instantiate(Voice_element);
+PL_instantiate(Voice);
+L_instantiate(Atom);
+