lilypond-0.1.59
[lilypond.git] / lily / template1.cc
blob3eee319eae752d1976814b55e0de2f1fbe6652da
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 "cursor.tcc"
17 #include "pcursor.tcc"
18 #include "plist.tcc"
21 #define IPLC_INSTANTIATE(a) POINTERLIST_INSTANTIATE(a)
23 IPLC_INSTANTIATE(Score_elem);
24 IPLC_INSTANTIATE(Spanner);
25 IPLC_INSTANTIATE(Idealspacing);