X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Flily.scm;h=e7d6e8d0ce2226554a9bc05a5b201c32cd8c5cdf;hb=b89ed23afd3df22f7160ac798ed185f42cb173b2;hp=72e2956467c4a7d292cdbaa3deedd21e97d2102e;hpb=1b6f779f88527554d495c2bc58c9e3b6b9862925;p=lilypond.git diff --git a/scm/lily.scm b/scm/lily.scm index 72e2956467..e7d6e8d0ce 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -20,14 +20,12 @@ (anti-alias-factor 1 "render at higher resolution and scale down result\nto prevent jaggies in PNG") (check-internal-types #f "check every property assignment for types") (clip-systems #f "Generate cut-out snippets of a score") - (debug-gc #f - "dump memory debugging statistics") - (debug-gc-assert-parsed-dead #f - "for memory debugging: ensure that all refs to parsed objects are dead.") - + (debug-gc #f "dump memory debugging statistics") + (debug-gc-assert-parsed-dead + #f "for memory debugging: ensure that all refs to parsed objects are dead.") + (debug-lexer #f "debug the flex lexer") (debug-midi #f "generate human readable MIDI") (debug-parser #f "debug the bison parser") - (debug-lexer #f "debug the flex lexer") (delete-intermediate-files #f "delete unusable PostScript files") (dump-signatures #f "dump output signatures of each system")