X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Flily.scm;h=e7d6e8d0ce2226554a9bc05a5b201c32cd8c5cdf;hb=b89ed23afd3df22f7160ac798ed185f42cb173b2;hp=2c47415ff0adb278e33d6daf32c4495ef7eef33e;hpb=bd2db986b410591905f89552af5df579dfc1b9fc;p=lilypond.git diff --git a/scm/lily.scm b/scm/lily.scm index 2c47415ff0..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-parser #f "debug the bison parser") + (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") (delete-intermediate-files #f "delete unusable PostScript files") (dump-signatures #f "dump output signatures of each system")