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"
17 #include "pcursor.tcc"
21 #define IPLC_INSTANTIATE(a) POINTERLIST_INSTANTIATE(a)
23 IPLC_INSTANTIATE(Score_elem
);
24 IPLC_INSTANTIATE(Spanner
);
25 IPLC_INSTANTIATE(Idealspacing
);