]> git.donarmstrong.com Git - lilypond.git/blob - lily/template1.cc
9a5ac4216006d4f42a5f8d9ef0eb1b3df7fd51c0
[lilypond.git] / lily / template1.cc
1 /*
2   template1.cc -- instantiate some List classes
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1996, 1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #include "proto.hh"
10 #include "idealspacing.hh"
11 #include "plist.hh"
12 #include "p-col.hh"
13 #include "item.hh"
14 #include "musical-request.hh"
15 #include "spanner.hh"
16 #include "cursor.tcc"
17 #include "pcursor.tcc"
18 #include "plist.tcc"
19
20
21 #define IPLC_INSTANTIATE(a) POINTERLIST_INSTANTIATE(a)
22
23 IPLC_INSTANTIATE(Score_element);
24 IPLC_INSTANTIATE(Spanner);
25 IPLC_INSTANTIATE(Idealspacing);