]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template4.cc
release: 1.0.1
[lilypond.git] / lily / template4.cc
index f072a5b28641efbe3aa251df9d4e7995ee4334ba..65f9617165d7e2382128ed2b8f740d5210c14ce5 100644 (file)
@@ -3,12 +3,26 @@
 
   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 "pcursor.hh"
 #include "plist.hh"
-#include "list.tcc"
+#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