]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template4.cc
release: 1.0.1
[lilypond.git] / lily / template4.cc
index 63b5cad9ad32fbfdb20cd0e23ae6e54a80a00cc6..65f9617165d7e2382128ed2b8f740d5210c14ce5 100644 (file)
@@ -3,7 +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>
 */
 
-// empty. Yes I know.
+#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"
+#include "p-score.hh"
+#include "cursor.tcc"
+#include "list.tcc"
+#include "pcursor.tcc"
+#include "plist.tcc"
+
+POINTERLIST_INSTANTIATE(Audio_item);
+POINTERLIST_INSTANTIATE(Audio_staff);
+POINTERLIST_INSTANTIATE(Paper_column);
+POINTERLIST_INSTANTIATE(Paper_score);
+#endif