]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.65
authorfred <fred>
Sun, 24 Mar 2002 19:44:01 +0000 (19:44 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:44:01 +0000 (19:44 +0000)
lily/template1.cc

index 0e1b7258b9bb73fc40c6fc97161f775541e4b71a..875c711482dad64f786ed64ecf779b7f427ed191 100644 (file)
@@ -1,3 +1,11 @@
+/*
+  template1.cc -- instantiate some List classes
+
+  source file of the GNU LilyPond music typesetter
+
+  (c) 1996,1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
 #include "proto.hh"
 #include "idealspacing.hh"
 #include "plist.hh"
@@ -7,7 +15,6 @@
 #include "spanner.hh"
 #include "scoreline.hh" 
 #include "staffline.hh"
-#include "vertical-spanner.hh"
 
 #include "pcursor.tcc"
 #include "plist.tcc"
 
 IPLC_instantiate(Line_of_score);
 IPLC_instantiate(Line_of_staff);
-IPLC_instantiate(Item);
+IPLC_instantiate(Score_elem);
 IPLC_instantiate(Spanner);
-IPLC_instantiate(Vertical_spanner);
-IPLC_instantiate(PStaff);
 IPLC_instantiate(Idealspacing);
 IPLC_instantiate(PCol);