repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-0.0.4
[lilypond.git]
/
template2.cc
blob
40cd5b9fbe99c76f6e614c6735792ef9e36c0210
1
#include
"line.hh"
2
#include
"symbol.hh"
3
#include
"voice.hh"
4
5
#include
"staff.hh"
6
7
#include
"list.cc"
8
#include
"cursor.cc"
9
PL_instantiate
(
Score_column
);
10
PL_instantiate
(
Staff_column
);
11
PL_instantiate
(
Staff
);
12
PL_instantiate
(
Voice_element
);
13
PL_instantiate
(
Voice
);
14
15