From: Reinhold Kainhofer Date: Mon, 26 Jul 2010 12:06:54 +0000 (+0200) Subject: Fix alphabetic order of options definitions X-Git-Tag: release/2.13.29-1~39 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c8499b5d525a5b48e72bc1d134a333224bbd212a;p=lilypond.git Fix alphabetic order of options definitions --- diff --git a/scm/lily.scm b/scm/lily.scm index 14c283a3e5..332f816b90 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -149,27 +149,26 @@ the included file relative to the current file (instead of the root file)") (safe #f "Run in safer mode.") + (separate-log-files #f +"For input files `FILE1.ly', `FILE2.ly', ... +output log data to files `FILE1.log', +`FILE2.log', ...") + (show-available-fonts #f +"List available font names.") (strict-infinity-checking #f "Force a crash on encountering Inf and NaN floating point exceptions.") (strip-output-dir #t "Don't use directories from input files while constructing output file names.") - (separate-log-files #f -"For input files `FILE1.ly', `FILE2.ly', ... -output log data to files `FILE1.log', -`FILE2.log', ...") + (svg-woff #f +"Use woff font files in SVG backend.") (trace-memory-frequency #f "Record Scheme cell usage this many times per second. Dump results to `FILE.stacks' and `FILE.graph'.") (trace-scheme-coverage #f "Record coverage of Scheme files in `FILE.cov'.") - ; `'" -(show-available-fonts #f -"List available font names.") - (svg-woff #f -"Use woff font files in SVG backend.") (verbose ,(ly:command-line-verbose?) "Value of the --verbose flag (read-only).") (warning-as-error #f