]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template4.cc
release: 1.0.1
[lilypond.git] / lily / template4.cc
index 8975172e83fd9065e116b50cf0ce8cbe53931b27..65f9617165d7e2382128ed2b8f740d5210c14ce5 100644 (file)
@@ -3,12 +3,15 @@
 
   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 "spanner.hh"
+#include "audio-column.hh"
 #include "audio-item.hh"
 #include "audio-staff.hh"
 #include "p-col.hh"
@@ -18,9 +21,8 @@
 #include "pcursor.tcc"
 #include "plist.tcc"
 
-/*
 POINTERLIST_INSTANTIATE(Audio_item);
 POINTERLIST_INSTANTIATE(Audio_staff);
 POINTERLIST_INSTANTIATE(Paper_column);
 POINTERLIST_INSTANTIATE(Paper_score);
-*/
+#endif