#include "plist.tcc"
-#define IPLC_INSTANTIATE(a) IPL_INSTANTIATE(a); template PL_INSTANTIATE(const a)
+#define IPLC_INSTANTIATE(a) POINTERLIST_INSTANTIATE(a)
template IPLC_INSTANTIATE(Score_elem);
template IPLC_INSTANTIATE(Spanner);
template IPLC_INSTANTIATE(Idealspacing);
-template IPLC_INSTANTIATE(PCol);
#include "plist.tcc"
-template IPL_INSTANTIATE(Audio_element);
-template IPL_INSTANTIATE(Audio_column);
-
+template POINTERLIST_INSTANTIATE(Audio_element);
+template POINTERLIST_INSTANTIATE(Audio_column);