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