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]
/
template3.cc
blob
b647f185983e6d9c599f5b9c835059325e268a58
1
#include
"request.hh"
2
#include
"command.hh"
3
#include
"molecule.hh"
4
#include
"list.cc"
5
#include
"cursor.cc"
6
L_instantiate
(
Atom
);
7
PL_instantiate
(
Command
);
8
PL_instantiate
(
Request
);
9
10
11