lilypond-0.1.12
[lilypond.git] / lily / template1.cc
blobd22b1e11a3d4726a3cf1a0004268328537f71923
1 /*
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>
7 */
9 #include "proto.hh"
10 #include "idealspacing.hh"
11 #include "plist.hh"
12 #include "p-col.hh"
13 #include "item.hh"
14 #include "musical-request.hh"
15 #include "spanner.hh"
16 #include "pcursor.tcc"
17 #include "plist.tcc"
20 #define IPLC_INSTANTIATE(a) POINTERLIST_INSTANTIATE(a)
23 template IPLC_INSTANTIATE(Score_elem);
24 template IPLC_INSTANTIATE(Spanner);
25 template IPLC_INSTANTIATE(Idealspacing);