]> git.donarmstrong.com Git - lilypond.git/blob - lily/template2.cc
release: 0.0.67
[lilypond.git] / lily / template2.cc
1 /*
2   template2.cc -- instantiate some list templates. 
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9 #include "music.hh"
10 #include "symbol.hh"
11 #include "voice.hh"
12 #include "voice-element.hh"
13 #include "musical-request.hh"
14 #include "staff.hh"
15 #include "score-column.hh"
16 #include "staff-column.hh"
17 #include "spanner.hh"
18 #include "plist.tcc"
19 #include "pcursor.tcc"
20
21 IPL_instantiate(Request);
22 IPL_instantiate(Score_column);
23 IPL_instantiate(Staff_column);
24 IPL_instantiate(Staff);
25 IPL_instantiate(Voice_element);
26 IPL_instantiate(Voice);
27
28
29 IPL_instantiate(Music);