]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template8.cc
release: 1.1.29
[lilypond.git] / lily / template8.cc
index 301e86f3f754fd79219355de053abf18439406d3..8fbf2f3c22c69fd32f41592eac43a971f3a05d97 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--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "proto.hh"
 #include "plist.hh"
+#include "audio-element.hh"
 #include "audio-column.hh"
-#include "audio-item.hh"
-#include "audio-staff.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);