]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/scm-option.hh
* Documentation/user/refman.itely: remove superfluous -'s
[lilypond.git] / lily / include / scm-option.hh
1 /*
2   scm-option.hh -- declare Scheme options
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  2001--2003 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8 #ifndef SCM_OPTION_HH
9 #define SCM_OPTION_HH
10
11 /* options */
12 extern bool midi_debug_global_b;
13 extern int testing_level_global;
14 extern bool lily_1_8_relative;
15
16 #endif /* SCM_OPTION_HH */