]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/program-option.hh
7192ea7c46dd51535082e89dacfb77229b822f7c
[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 lily_1_8_relative;
15 extern bool lily_1_8_compatibility_used;
16
17 SCM ly_get_option (SCM);
18 SCM ly_set_option (SCM, SCM);
19
20 bool get_program_option (const char *);
21 string get_output_backend_name ();
22
23 #endif /* SCM_OPTION_HH */