lilypond-0.1.57
[lilypond.git] / lily / template2.cc
blob6aaeba4633a340a1cb08ff772d0770c7a72a2001
1 /*
2 template2.cc -- Instantiate some list templates.
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
9 #include "line-spacer.hh"
10 #include "cursor.tcc"
11 #include "pcursor.tcc"
12 #include "plist.tcc"
14 POINTERLIST_INSTANTIATE(Line_spacer);