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.5.10
[lilypond.git]
/
lily
/
template3.cc
blob
eb9417c5e829238a94b9829425d279ea066cacda
1
/*
2
template3.cc -- instantiate Atom
3
4
source file of the GNU LilyPond music typesetter
5
6
(c) 1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7
*/
8
9
#include
"atom.hh"
10
#include
"molecule.hh"
11
#include
"cursor.tcc"
12
#include
"pcursor.tcc"
13
#include
"plist.tcc"
14
15
POINTERLIST_INSTANTIATE
(
Atom
);