]> git.donarmstrong.com Git - lilypond.git/blob - lily/template1.cc
release: 0.0.67
[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 "scoreline.hh" 
17 #include "staffline.hh"
18 #include "pcursor.tcc"
19 #include "plist.tcc"
20
21
22 #define IPLC_instantiate(a) IPL_instantiate(a); PL_instantiate(const a)
23
24
25 IPLC_instantiate(Line_of_score);
26 IPLC_instantiate(Line_of_staff);
27 IPLC_instantiate(Score_elem);
28 IPLC_instantiate(Spanner);
29 IPLC_instantiate(Idealspacing);
30 IPLC_instantiate(PCol);
31