]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily.scm
*** empty log message ***
[lilypond.git] / scm / lily.scm
index 43d1176ebbe438941f51827d1a5e553b959159d9..db729e6567beb0c6f3c8490107e6614dc22abba9 100644 (file)
@@ -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
@@ -43,7 +44,10 @@ similar to chord syntax")
              )
            ))
 
-;; FIXME: stray statement
+
+;; need to do this in the beginning. Other parts of the
+;; Scheme init depend on these options.
+;;
 (define-scheme-options)
 
 (if (defined? 'set-debug-cell-accesses!)