]> git.donarmstrong.com Git - lilypond.git/blob - lily/template1.cc
b4a5dbf20926555687254eb4695a63af26394038
[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@stack.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_elem);
24 IPLC_INSTANTIATE(Spanner);
25 IPLC_INSTANTIATE(Idealspacing);