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