Correct left text alignment of DynamicTextSpanner.
[lilypond.git] / lily / include / program-option.hh
blob7192ea7c46dd51535082e89dacfb77229b822f7c
1 /*
2 program-option.hh -- declare Scheme options
4 source file of the GNU LilyPond music typesetter
6 (c) 2001--2007 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8 #ifndef SCM_OPTION_HH
9 #define SCM_OPTION_HH
11 #include "lily-guile.hh"
13 /* options */
14 extern bool lily_1_8_relative;
15 extern bool lily_1_8_compatibility_used;
17 SCM ly_get_option (SCM);
18 SCM ly_set_option (SCM, SCM);
20 bool get_program_option (const char *);
21 string get_output_backend_name ();
23 #endif /* SCM_OPTION_HH */