]> 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)
committerWerner Lemberg <wl@gnu.org>
Wed, 29 Apr 2009 12:36:20 +0000 (14:36 +0200)
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)