lilypond-0.1.57
[lilypond.git] / lily / template7.cc
blobe430260907828ea108bd2a6fe65f3c12077a7b2a
1 #/*
2 template7.cc -- instantiate Request_column
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
9 #include "proto.hh"
10 #include "cursor.tcc"
11 #include "pcursor.tcc"
12 #include "plist.hh"
13 #include "plist.tcc"
15 #include "music-list.hh"
16 #include "music-iterator.hh"
18 POINTERLIST_INSTANTIATE(Music);
19 POINTERLIST_INSTANTIATE(Music_iterator);