]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template8.cc
release: 1.0.1
[lilypond.git] / lily / template8.cc
index 301e86f3f754fd79219355de053abf18439406d3..9433757adcce38907d8cb1bee42103b36cea8563 100644 (file)
@@ -3,18 +3,18 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996,1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c) 1996, 1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "proto.hh"
 #include "plist.hh"
-#include "audio-column.hh"
 #include "audio-item.hh"
-#include "audio-staff.hh"
+#include "audio-column.hh"
+#include "midi-item.hh"
+#include "cursor.tcc"
 #include "pcursor.tcc"
 #include "plist.tcc"
 
-
-template POINTERLIST_INSTANTIATE(Audio_element);
-template POINTERLIST_INSTANTIATE(Audio_column);
-
+POINTERLIST_INSTANTIATE(Audio_element);
+POINTERLIST_INSTANTIATE(Audio_column);
+POINTERLIST_INSTANTIATE(Midi_event);