lilypond-1.3.145
[lilypond.git] / lily / template1.cc
blob2767ed6e5805bff0a131434296e527ebb6f7a25c
1 /*
2 template1.cc -- instantiate some List classes
4 source file of the GNU LilyPond music typesetter
6 (c) 1996, 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.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_element);
24 IPLC_INSTANTIATE(Spanner);
25 IPLC_INSTANTIATE(Idealspacing);