]> git.donarmstrong.com Git - lilypond.git/blob - lily/template1.cc
release: 0.1.11
[lilypond.git] / lily / template1.cc
1 /*
2   template1.cc -- instantiate some List classes
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1996,1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
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"
18
19
20 #define IPLC_INSTANTIATE(a) POINTERLIST_INSTANTIATE(a)
21
22
23 template IPLC_INSTANTIATE(Score_elem);
24 template IPLC_INSTANTIATE(Spanner);
25 template IPLC_INSTANTIATE(Idealspacing);
26