]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template7.cc
release: 1.1.29
[lilypond.git] / lily / template7.cc
index 602fdeb2b62326e7f3890620fbbc1ce9c74ac1ee..947b7829a8aa3f8c9735154486ff852b50af21aa 100644 (file)
@@ -3,14 +3,17 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-#include "plist.tcc"
+#include "proto.hh"
+#include "cursor.tcc"
 #include "pcursor.tcc"
+#include "plist.hh"
+#include "plist.tcc"
 
 #include "music-list.hh"
 #include "music-iterator.hh"
 
-IPL_instantiate(Music);
-IPL_instantiate(Music_iterator);
+POINTERLIST_INSTANTIATE(Music);
+POINTERLIST_INSTANTIATE(Music_iterator);