]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add newline after `Invoking...' log message.
authorWerner Lemberg <wl@gnu.org>
Wed, 29 Apr 2009 12:36:20 +0000 (14:36 +0200)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 17 Jul 2009 09:24:40 +0000 (02:24 -0700)
(cherry picked from commit ec517daa986bfb186f86169753f4c4e974290442)

scm/backend-library.scm

index 6be7b13e937c0bd5d7028b8777c2dd2430a7e48c..a229f8f6d002cccda6e947062fe781a22249b8de 100644 (file)
@@ -16,7 +16,9 @@
                       command
                       (format #f "~a > ~a 2>&1 " command dev-null))))
     (if (ly:get-option 'verbose)
-       (ly:message (_ "Invoking `~a'...") command))
+       (begin
+         (ly:message (_ "Invoking `~a'...") command))
+         (ly:progress "\n"))
 
     (set! status
          (if (pair? rest)