]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template1.cc
release: 0.1.51
[lilypond.git] / lily / template1.cc
index 0a765f3110feb85073ca8b8896321a801e50a4ac..857b1367d6c842309aa97b3cd7436e8049e02224 100644 (file)
 #include "plist.tcc"
 
 
-#define IPLC_instantiate(a) IPL_instantiate(a); PL_instantiate(const a)
-
-
-IPLC_instantiate(Score_elem);
-IPLC_instantiate(Spanner);
-IPLC_instantiate(Idealspacing);
-IPLC_instantiate(PCol);
+#define IPLC_INSTANTIATE(a) POINTERLIST_INSTANTIATE(a)
 
+IPLC_INSTANTIATE(Score_elem);
+IPLC_INSTANTIATE(Spanner);
+IPLC_INSTANTIATE(Idealspacing);