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.1.14
[lilypond.git]
/
src
/
template6.cc
blob
0401c8cd938ff9c135381455f165426db01403cc
1
#include
"proto.hh"
2
#include
"plist.tcc"
3
#include
"register.hh"
4
#include
"voice-group-regs.hh"
5
#include
"voice-regs.hh"
6
7
8
IPL_instantiate
(
Voice_registers
);
9
IPL_instantiate
(
Voice_group_registers
);
10
IPL_instantiate
(
Request_register
);