X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftemplate1.cc;h=9a5ac4216006d4f42a5f8d9ef0eb1b3df7fd51c0;hb=b71bb68fd8b36ec4b00cfec5e620c53087983fc0;hp=5aa1906af601cb213d00c51cd17b25c2d12088eb;hpb=daee8243ff1c66bc714455a2d265ab02f03546ec;p=lilypond.git diff --git a/lily/template1.cc b/lily/template1.cc index 5aa1906af6..9a5ac42160 100644 --- a/lily/template1.cc +++ b/lily/template1.cc @@ -1,25 +1,25 @@ +/* + template1.cc -- instantiate some List classes + + source file of the GNU LilyPond music typesetter + + (c) 1996, 1997--1998 Han-Wen Nienhuys +*/ + #include "proto.hh" #include "idealspacing.hh" #include "plist.hh" -#include "pcol.hh" +#include "p-col.hh" #include "item.hh" -#include "musicalrequest.hh" +#include "musical-request.hh" #include "spanner.hh" -#include "scoreline.hh" -#include "staffline.hh" - +#include "cursor.tcc" #include "pcursor.tcc" #include "plist.tcc" -#define IPLC_instantiate(a) IPL_instantiate(a); PL_instantiate(const a) - - -IPLC_instantiate(Line_of_score); -IPLC_instantiate(Line_of_staff); -IPLC_instantiate(Item); -IPLC_instantiate(Spanner); -IPLC_instantiate(PStaff); -IPLC_instantiate(Idealspacing); -IPLC_instantiate(PCol); +#define IPLC_INSTANTIATE(a) POINTERLIST_INSTANTIATE(a) +IPLC_INSTANTIATE(Score_element); +IPLC_INSTANTIATE(Spanner); +IPLC_INSTANTIATE(Idealspacing);