]> git.donarmstrong.com Git - lilypond.git/blob - template1.cc
ece4e2ff18243ed46ae550e243ecb09ea3e9c808
[lilypond.git] / template1.cc
1 #include "line.hh"
2
3 #include "plist.hh"
4 #include "pcol.hh"
5 #include "item.hh"
6 #include "request.hh"
7 #include "command.hh"
8 #include "spanner.hh"
9
10 #include "list.cc"
11 #include "plist.cc"
12 #include "cursor.cc"
13
14 #define PLC_instantiate(a) PL_instantiate(a); PL_instantiate(const a)
15
16 PLC_instantiate(Line_of_score);
17 PLC_instantiate(Line_of_staff);
18 PLC_instantiate(Item);
19 PLC_instantiate(Spanner);
20 PLC_instantiate(PStaff);
21 PLC_instantiate(Idealspacing);
22 PLC_instantiate(PCol);
23