]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/program-option.hh
55971a1fa16ba6a74e451ad6e5ed81cc0bd36783
[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--2006 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 extern bool profile_property_accesses;
19
20 SCM ly_get_option (SCM);
21 SCM ly_set_option (SCM, SCM);
22
23 bool get_program_option (const char *);
24
25 #endif /* SCM_OPTION_HH */