]> git.donarmstrong.com Git - lilypond.git/blob - lily/template7.cc
release: 0.1.11
[lilypond.git] / lily / template7.cc
1 #/*
2   template7.cc -- instantiate Request_column
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 "plist.hh"
11 #include "plist.tcc"
12 #include "pcursor.tcc"
13
14 #include "music-list.hh"
15 #include "music-iterator.hh"
16
17 template POINTERLIST_INSTANTIATE(Music);
18 template POINTERLIST_INSTANTIATE(Music_iterator);