]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template2.cc
release: 0.1.8
[lilypond.git] / lily / template2.cc
index 0f581474c3f1b7f8747f9b999d21f52c4d4364e9..67c24f5a58a719bd6f02de65e7afd2e680aa9da4 100644 (file)
@@ -1,27 +1,13 @@
 /*
-  template2.cc -- instantiate some list templates. 
+  template2.cc -- Instantiate some list templates. 
 
-  source file of the LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
 */
 
-#include "symbol.hh"
-#include "voice.hh"
-#include "voice-element.hh"
-#include "musicalrequest.hh"
-#include "staff.hh"
-#include "score-column.hh"
-#include "staff-column.hh"
-#include "spanner.hh"
+#include "line-spacer.hh"
 #include "plist.tcc"
 #include "pcursor.tcc"
 
-IPL_instantiate(Request);
-IPL_instantiate(Score_column);
-IPL_instantiate(Staff_column);
-IPL_instantiate(Staff);
-IPL_instantiate(Voice_element);
-IPL_instantiate(Voice);
-
-
+ template IPL_INSTANTIATE(Line_spacer);