]> git.donarmstrong.com Git - lilypond.git/blobdiff - template1.cc
release: 0.0.4
[lilypond.git] / template1.cc
index 908de8d4e1ac1c32784386bf8bce2a0e87c2fd89..b7c453b6e07065e84562087e2d8d24ca13e8e6b6 100644 (file)
@@ -1,20 +1,20 @@
 #include "line.hh"
 
 #include "list.hh"
-#include "cols.hh"
+#include "pcol.hh"
 #include "item.hh"
 #include "request.hh"
 #include "command.hh"
 
 #include "list.cc"
 #include "cursor.cc"
+#define PLC_instantiate(a) PL_instantiate(a); PL_instantiate(const a)
 
-
-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);
+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);