summaryrefslogtreecommitdiff
path: root/template1.cc
blob: b7c453b6e07065e84562087e2d8d24ca13e8e6b6 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "line.hh"

#include "list.hh"
#include "pcol.hh"
#include "item.hh"
#include "request.hh"
#include "command.hh"

#include "list.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);