X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftemplate2.cc;h=e6961b4ac721e50f89e10d74c65c0b261806c35e;hb=95246e47228482fbd2a99ec2d7f5d52b35cb545a;hp=0f581474c3f1b7f8747f9b999d21f52c4d4364e9;hpb=daee8243ff1c66bc714455a2d265ab02f03546ec;p=lilypond.git diff --git a/lily/template2.cc b/lily/template2.cc index 0f581474c3..e6961b4ac7 100644 --- a/lily/template2.cc +++ b/lily/template2.cc @@ -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 */ -#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 POINTERLIST_INSTANTIATE(Line_spacer);