From c8499b5d525a5b48e72bc1d134a333224bbd212a Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Mon, 26 Jul 2010 14:06:54 +0200 Subject: [PATCH] Fix alphabetic order of options definitions --- scm/lily.scm | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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 -- 2.39.5