]> git.donarmstrong.com Git - lilypond.git/blob - lily/template4.cc
release: 0.1.52
[lilypond.git] / lily / template4.cc
1 /*
2   template4.cc -- instantiate Link_list baseclass.
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9 #include "proto.hh"
10 #include "pcursor.hh"
11 #include "plist.hh"
12 /*
13 #include "audio-item.hh"
14 #include "audio-staff.hh"
15 #include "p-col.hh"
16 #include "p-score.hh"
17 */
18 #include "cursor.tcc"
19 #include "list.tcc"
20 #include "pcursor.tcc"
21 #include "plist.tcc"
22
23 /*
24 POINTERLIST_INSTANTIATE(Audio_item);
25 POINTERLIST_INSTANTIATE(Audio_staff);
26 POINTERLIST_INSTANTIATE(Paper_column);
27 POINTERLIST_INSTANTIATE(Paper_score);
28 */