]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/input-smob.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / input-smob.hh
1 /*
2   input-smob.hh -- declare input smob
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef INPUT_SMOB_HH
10 #define INPUT_SMOB_HH
11
12 #include "input.hh"
13 #include "smobs.hh"
14
15 SCM make_input (Input spot);
16 Input *unsmob_input (SCM);
17
18 extern Input dummy_input_global;
19
20 #endif /* INPUT_SMOB_HH */
21