X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=scm%2Flily.scm;h=f3767ca9f5fb04e8231a2387ab2cf405272cfc70;hb=6f664e0e318a1651f6fe9317a842bf9c7f476f08;hp=2241c850474b1edca466fa9d743d6c5c917d5b72;hpb=2f7343c6c81e75989d087cab3557d6a8527609af;p=lilypond.git diff --git a/scm/lily.scm b/scm/lily.scm index 2241c85047..f3767ca9f5 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -26,6 +26,7 @@ (debug-lexer #f "debug the flex lexer") (debug-midi #f "generate human readable MIDI") (debug-parser #f "debug the bison parser") + (debug-skylines #f "debug skylines") (delete-intermediate-files #f "delete unusable PostScript files") (dump-signatures #f "dump output signatures of each system") @@ -421,6 +422,7 @@ The syntax is the same as `define*-public'." (ly:error (_ "failed files: ~S") (string-join failed)) (exit 1)) (begin + (ly:do-atexit) ;; HACK: be sure to exit with single newline (ly:message "") (exit 0)))))