X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Flily.scm;h=f455829be69924bc8456c847c1ea80a4e9487fe7;hb=c5a3f0c024f4cb629811cff9eb04abff36e94138;hp=893cc59243f8b7ef45819aa78465878f2bf64b19;hpb=d284b4f1b522bd48cb92ee8d13e8831950024159;p=lilypond.git diff --git a/scm/lily.scm b/scm/lily.scm index 893cc59243..f455829be6 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -633,6 +633,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)))))