X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Flily.scm;h=e98897fca850ecb62ae1d66f9757de634c61843b;hb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;hp=a0940d9be99ccaa37db7a749bd575d75d8e02bfb;hpb=7c05d44fd79e07fd35a1bea9d1af7cc15a435647;p=lilypond.git diff --git a/scm/lily.scm b/scm/lily.scm index a0940d9be9..e98897fca8 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -622,6 +622,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)))))