From 49b5bb4f0026a5129a5cfbc0dc4bd9f35ecb8189 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:44:01 +0000 Subject: [PATCH] lilypond-0.0.65 --- lily/template1.cc | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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); -- 2.39.5