From: fred Date: Sun, 24 Mar 2002 19:44:01 +0000 (+0000) Subject: lilypond-0.0.65 X-Git-Tag: release/1.5.59~4689 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=49b5bb4f0026a5129a5cfbc0dc4bd9f35ecb8189;p=lilypond.git lilypond-0.0.65 --- diff --git a/lily/template1.cc b/lily/template1.cc index 0e1b7258b9..875c711482 100644 --- a/lily/template1.cc +++ b/lily/template1.cc @@ -1,3 +1,11 @@ +/* + template1.cc -- instantiate some List classes + + source file of the GNU LilyPond music typesetter + + (c) 1996,1997 Han-Wen Nienhuys +*/ + #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" @@ -18,10 +25,8 @@ 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);