]> git.donarmstrong.com Git - lilypond.git/blob - lily/template8.cc
18d45e3b5e8ed50e5f54eeee853bc35364b3d0af
[lilypond.git] / lily / template8.cc
1 /*
2   template8.cc -- instantiate audio List classes
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1996,1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9 #include "proto.hh"
10 #include "plist.hh"
11 #include "audio-item.hh"
12 #include "audio-column.hh"
13 #include "midi-item.hh"
14 #include "pcursor.tcc"
15 #include "plist.tcc"
16
17 POINTERLIST_INSTANTIATE(Audio_element);
18 POINTERLIST_INSTANTIATE(Audio_column);
19 POINTERLIST_INSTANTIATE(Midi_event);