]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/backend-library.scm
Doc: removing a left over html tag in a snippet
[lilypond.git] / scm / backend-library.scm
index 7ae9afd5d3a3e55e0baf34c042684fc99849cf5e..0734a1a83427339603fd641ff19488ccac5073b0 100644 (file)
@@ -1,6 +1,6 @@
 ;;;; This file is part of LilyPond, the GNU music typesetter.
 ;;;;
-;;;; Copyright (C) 2005--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; Copyright (C) 2005--2012 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;;; Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;;
 ;;;; LilyPond is free software: you can redistribute it and/or modify
@@ -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