]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template4.cc
release: 1.0.1
[lilypond.git] / lily / template4.cc
index d26e748e6f490afe5ebc94024471d4675eeba0ce..65f9617165d7e2382128ed2b8f740d5210c14ce5 100644 (file)
@@ -1,13 +1,28 @@
 /*
-  template4.cc -- instantiate PointerList baseclass.
+  template4.cc -- instantiate Link_list baseclass.
 
-  source file of the LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
+#ifndef __CYGWIN32__
 #include "proto.hh"
-#include "list.tcc"
+#include "pcursor.hh"
+#include "plist.hh"
+#include "spanner.hh"
+#include "audio-column.hh"
+#include "audio-item.hh"
+#include "audio-staff.hh"
+#include "p-col.hh"
+#include "p-score.hh"
 #include "cursor.tcc"
+#include "list.tcc"
+#include "pcursor.tcc"
+#include "plist.tcc"
 
-L_instantiate(void *);
+POINTERLIST_INSTANTIATE(Audio_item);
+POINTERLIST_INSTANTIATE(Audio_staff);
+POINTERLIST_INSTANTIATE(Paper_column);
+POINTERLIST_INSTANTIATE(Paper_score);
+#endif