2 template8.cc -- instantiate audio List classes
4 source file of the GNU LilyPond music typesetter
6 (c) 1996, 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
11 #include "audio-element.hh"
12 #include "audio-column.hh"
13 #include "midi-item.hh"
15 #include "pcursor.tcc"
18 POINTERLIST_INSTANTIATE(Audio_element
);
19 POINTERLIST_INSTANTIATE(Audio_column
);
20 POINTERLIST_INSTANTIATE(Midi_event
);