]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-outputter-scheme.cc
(LY_DEFINE): show file name when loading PFB.
[lilypond.git] / lily / paper-outputter-scheme.cc
index 4fa9cd285391fe64f98fdff1b99a99c0b6b1d8a5..2c8af7e906ac001a61822bf23b7709df82fd48a8 100644 (file)
@@ -23,7 +23,7 @@ LY_DEFINE (ly_make_paper_outputter, "ly:make-paper-outputter",
   String outname_str = ly_scm2string (outname);
   String f = ly_scm2string (format);
 
-  progress_indication (_f ("Layout output to `%s'...",
+  message (_f ("Layout output to `%s'...",
                           outname_str == "-"
                           ? String ("<stdout>")
                           : outname_str));