]> git.donarmstrong.com Git - lilypond.git/blob - lily/template3.cc
release: 0.1.11
[lilypond.git] / lily / template3.cc
1 /*
2   template3.cc -- instantiate Atom
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9 #include "symbol.hh"
10 #include "request.hh"
11 #include "input-translator.hh"
12 #include "molecule.hh"
13 #include "plist.tcc"
14 #include "pcursor.tcc"
15
16 template POINTERLIST_INSTANTIATE(Atom);
17 template POINTERLIST_INSTANTIATE(Input_translator);