X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftemplate7.cc;h=e435c672a687debdf4521da797eb8376f9af553b;hb=refs%2Ftags%2Frelease%2F1.1.18;hp=6a5bb7d83f7f7c1dee7d232b35771fd6682bfb90;hpb=6a0ea5e307744ad53d8b4a7381f2b27c2cfc9c13;p=lilypond.git diff --git a/lily/template7.cc b/lily/template7.cc index 6a5bb7d83f..e435c672a6 100644 --- a/lily/template7.cc +++ b/lily/template7.cc @@ -3,16 +3,17 @@ source file of the GNU LilyPond music typesetter - (c) 1997 Han-Wen Nienhuys + (c) 1997--1998 Han-Wen Nienhuys */ #include "proto.hh" +#include "cursor.tcc" +#include "pcursor.tcc" #include "plist.hh" #include "plist.tcc" -#include "pcursor.tcc" #include "music-list.hh" #include "music-iterator.hh" -IPL_instantiate(Music); -IPL_instantiate(Music_iterator); +POINTERLIST_INSTANTIATE(Music); +POINTERLIST_INSTANTIATE(Music_iterator);