]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.3
authorfred <fred>
Thu, 10 Oct 1996 23:08:18 +0000 (23:08 +0000)
committerfred <fred>
Thu, 10 Oct 1996 23:08:18 +0000 (23:08 +0000)
template2.cc
template3.cc [new file with mode: 0644]

index bd9a0dcade2c8fb6333e56dd3f1b57c81495eebc..40cd5b9fbe99c76f6e614c6735792ef9e36c0210 100644 (file)
@@ -1,17 +1,15 @@
 #include "line.hh"
 #include "symbol.hh"
 #include "voice.hh"
-#include "molecule.hh"
-#include "staff.hh"
-
-
 
+#include "staff.hh"
 
 #include "list.cc"
 #include "cursor.cc"
+PL_instantiate(Score_column);
 PL_instantiate(Staff_column);
 PL_instantiate(Staff);
 PL_instantiate(Voice_element);
 PL_instantiate(Voice);
-L_instantiate(Atom);
+
 
diff --git a/template3.cc b/template3.cc
new file mode 100644 (file)
index 0000000..b647f18
--- /dev/null
@@ -0,0 +1,11 @@
+#include "request.hh"
+#include "command.hh"
+#include "molecule.hh"
+#include "list.cc"
+#include "cursor.cc"
+L_instantiate(Atom);
+PL_instantiate(Command);
+PL_instantiate(Request);
+
+
+