2 template1.cc -- instantiate some List classes
4 source file of the GNU LilyPond music typesetter
6 (c) 1996,1997 Han-Wen Nienhuys <hanwen@stack.nl>
10 #include "idealspacing.hh"
14 #include "musical-request.hh"
16 #include "pcursor.tcc"
20 #define IPLC_INSTANTIATE(a) POINTERLIST_INSTANTIATE(a)
22 IPLC_INSTANTIATE(Score_elem
);
23 IPLC_INSTANTIATE(Spanner
);
24 IPLC_INSTANTIATE(Idealspacing
);