lilypond-0.0.32
[lilypond.git] / src / template1.cc
blob283a488b1a2ed98fbe80bb9f57c3ac03d73d2696
1 #include "idealspacing.hh"
2 #include "plist.hh"
3 #include "pcol.hh"
4 #include "item.hh"
5 #include "musicalrequest.hh"
6 #include "spanner.hh"
7 #include "scoreline.hh"
8 #include "staffline.hh"
10 #include "pcursor.tcc"
11 #include "plist.tcc"
14 #define IPLC_instantiate(a) IPL_instantiate(a); PL_instantiate(const a)
17 IPLC_instantiate(Line_of_score);
18 IPLC_instantiate(Line_of_staff);
19 IPLC_instantiate(Item);
20 IPLC_instantiate(Spanner);
21 IPLC_instantiate(PStaff);
22 IPLC_instantiate(Idealspacing);
23 IPLC_instantiate(PCol);