lilypond-0.0.9
[lilypond.git] / template1.cc
blobb7c453b6e07065e84562087e2d8d24ca13e8e6b6
1 #include "line.hh"
3 #include "list.hh"
4 #include "pcol.hh"
5 #include "item.hh"
6 #include "request.hh"
7 #include "command.hh"
9 #include "list.cc"
10 #include "cursor.cc"
11 #define PLC_instantiate(a) PL_instantiate(a); PL_instantiate(const a)
13 PLC_instantiate(Line_of_score);
14 PLC_instantiate(Line_of_staff);
15 PLC_instantiate(Item);
16 PLC_instantiate(Spanner);
17 PLC_instantiate(PStaff);
18 PLC_instantiate(Idealspacing);
19 PLC_instantiate(PCol);