]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/program-option.hh
add 2007 to (c) year.
[lilypond.git] / lily / include / program-option.hh
1 /*
2   program-option.hh -- declare Scheme options
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2001--2007 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8 #ifndef SCM_OPTION_HH
9 #define SCM_OPTION_HH
10
11 #include "lily-guile.hh"
12
13 /* options */
14 extern bool do_midi_debugging_global;
15 extern int testing_level_global;
16 extern bool lily_1_8_relative;
17 extern bool lily_1_8_compatibility_used;
18
19 SCM ly_get_option (SCM);
20 SCM ly_set_option (SCM, SCM);
21
22 bool get_program_option (const char *);
23
24 #endif /* SCM_OPTION_HH */