X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Flily.scm;h=a016901bcb4754c54c8eb99b7afeb011efbece35;hb=7ba007f37cd2187f60ff7419ee34897ea4651239;hp=e71d400859488587b8d86f440064b6237ac3357b;hpb=e239130aac777f163b436dd0fe5715417f964734;p=lilypond.git diff --git a/scm/lily.scm b/scm/lily.scm index e71d400859..a016901bcb 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -525,6 +525,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)))))