2 program-option.hh -- declare Scheme options
4 source file of the GNU LilyPond music typesetter
6 (c) 2001--2006 Jan Nieuwenhuizen <janneke@gnu.org>
11 #include "lily-guile.hh"
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;
19 SCM ly_get_option (SCM);
20 SCM ly_set_option (SCM, SCM);
22 bool get_program_option (const char *);
24 #endif /* SCM_OPTION_HH */