diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-02-19 12:38:02 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-02-19 12:38:02 +0000 |
commit | ebe3e7dfa38d450fcf05298224949ad57da45668 (patch) | |
tree | 62cb6b1ff06ad9586b9bc6c072415d5a6bbc3d3d /scm/lily.scm | |
parent | c2bc230b80a4fa2c6a57a30c82d3115acd3319e1 (diff) |
* scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
markers when necessary.
* lily/program-option.cc (internal_set_option): add
strict_infinity_checking option.
Diffstat (limited to 'scm/lily.scm')
-rw-r--r-- | scm/lily.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scm/lily.scm b/scm/lily.scm index 43d1176ebb..5f9e364b7f 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -34,6 +34,7 @@ similar to chord syntax") "delete unusable PostScript files") (safe #f "Run safely") (verbose ,(ly:command-line-verbose?) "value for the --verbose flag") + (strict-infinity-checking #f "If yes, crash on encountering Inf/NaN") (ttf-verbosity 0 "how much verbosity for TTF font embedding?") (debug-gc #f |