blob: 908de8d4e1ac1c32784386bf8bce2a0e87c2fd89 (
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 "cols.hh"
#include "item.hh"
#include "request.hh"
#include "command.hh"
#include "list.cc"
#include "cursor.cc"
PL_instantiate(Line_of_score);
PL_instantiate(Line_of_staff);
PL_instantiate(Item);
PL_instantiate(Spanner);
PL_instantiate(PStaff);
PL_instantiate(Idealspacing);
PL_instantiate(PCol);
|