]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix missing linebreaks in output
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 18 Sep 2011 08:42:53 +0000 (10:42 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 18 Sep 2011 09:01:22 +0000 (11:01 +0200)
scm/backend-library.scm

index 7ae9afd5d3a3e55e0baf34c042684fc99849cf5e..86224f337c0eaa9607094442b3ef712e175f5766 100644 (file)
@@ -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