From f8a4491c571dc57c87aec33dc8e34c436e222537 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sun, 18 Sep 2011 10:42:53 +0200 Subject: [PATCH] Fix missing linebreaks in output --- scm/backend-library.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scm/backend-library.scm b/scm/backend-library.scm index 7ae9afd5d3..86224f337c 100644 --- a/scm/backend-library.scm +++ b/scm/backend-library.scm @@ -87,7 +87,7 @@ "-c.setpdfwrite" (string-append "-f" name))))) - (ly:progress (_ "Converting to `~a'...\n") pdf-name) + (ly:message (_ "Converting to `~a'...\n") pdf-name) (ly:system cmd))) (define-public (postscript->png resolution paper-width paper-height name) @@ -96,7 +96,7 @@ ;; Do not try to guess the name of the png file, ;; GS produces PNG files like BASE-page%d.png. - (ly:progress (_ "Converting to ~a...") "PNG") + (ly:message (_ "Converting to ~a...") "PNG") (make-ps-images name #:resolution resolution #:page-width paper-width -- 2.39.2