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-1.0.8
[lilypond.git]
/
src
/
template4.cc
blob
d26e748e6f490afe5ebc94024471d4675eeba0ce
1
/*
2
template4.cc -- instantiate PointerList baseclass.
3
4
source file of the LilyPond music typesetter
5
6
(c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7
*/
8
9
#include
"proto.hh"
10
#include
"list.tcc"
11
#include
"cursor.tcc"
12
13
L_instantiate
(
void
*);