blob: ece4e2ff18243ed46ae550e243ecb09ea3e9c808 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#include "line.hh"
#include "plist.hh"
#include "pcol.hh"
#include "item.hh"
#include "request.hh"
#include "command.hh"
#include "spanner.hh"
#include "list.cc"
#include "plist.cc"
#include "cursor.cc"
#define PLC_instantiate(a) PL_instantiate(a); PL_instantiate(const a)
PLC_instantiate(Line_of_score);
PLC_instantiate(Line_of_staff);
PLC_instantiate(Item);
PLC_instantiate(Spanner);
PLC_instantiate(PStaff);
PLC_instantiate(Idealspacing);
PLC_instantiate(PCol);
|