]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template2.cc
patch::: 1.1.30.mb1: Re: LilyPond 1.1.30
[lilypond.git] / lily / template2.cc
index d9d3f99cdafa6ef085d4c301409e37a0029c5cbc..9361e0293aa2027a8cdab934f6ab655eaacf1e1f 100644 (file)
@@ -1,27 +1,14 @@
 /*
-  template2.cc -- instantiate some list templates. 
+  template2.cc -- Instantiate some list templates. 
 
   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 "symbol.hh"
-#include "voice.hh"
-#include "voice-element.hh"
-#include "musical-request.hh"
-#include "staff.hh"
-#include "score-column.hh"
-#include "staff-column.hh"
-#include "spanner.hh"
-#include "plist.tcc"
+#include "line-spacer.hh"
+#include "cursor.tcc"
 #include "pcursor.tcc"
+#include "plist.tcc"
 
-IPL_instantiate(Request);
-IPL_instantiate(Score_column);
-IPL_instantiate(Staff_column);
-IPL_instantiate(Staff);
-IPL_instantiate(Voice_element);
-IPL_instantiate(Voice);
-
-
+POINTERLIST_INSTANTIATE(Line_spacer);