lilypond-0.1.12
[lilypond.git] / lily / template3.cc
blob9e6e7e6dcebd3ad524c7070483d607b7854d144e
1 /*
2 template3.cc -- instantiate Atom
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
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"
16 template POINTERLIST_INSTANTIATE(Atom);
17 template POINTERLIST_INSTANTIATE(Input_translator);