2 template3.cc -- instantiate Atom
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
11 #include "input-translator.hh"
12 #include "molecule.hh"
14 #include "pcursor.tcc"
16 template POINTERLIST_INSTANTIATE(Atom
);
17 template POINTERLIST_INSTANTIATE(Input_translator
);