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.3.12
[lilypond.git]
/
lily
/
template7.cc
blob
d7d57405e2128b4cb3bfa98680d355902a0ac6da
1
#
/*
2
template7.cc -- instantiate Request_column
3
4
source file of the GNU LilyPond music typesetter
5
6
(c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7
*/
8
9
#include
"proto.hh"
10
#include
"cursor.tcc"
11
#include
"pcursor.tcc"
12
#include
"plist.hh"
13
#include
"plist.tcc"
14
15
#include
"music-list.hh"
16
17
POINTERLIST_INSTANTIATE
(
Music
);
18