]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ttf.cc
More newlines and hierarchical indentation in log messages.
[lilypond.git] / lily / ttf.cc
index 62c6d4695e1cba7e5af289a116a05f9fc0d2e54a..d8e2b56f4549340bf9ef44f192a2d0759b9a6d4c 100644 (file)
@@ -504,7 +504,7 @@ LY_DEFINE (ly_ttf_ps_name, "ly:ttf-ps-name",
 
   string file_name = ly_scm2string (ttf_file_name);
   if (be_verbose_global)
-    progress_indication ("[" + file_name);
+    progress_indication ("\n[" + file_name);
 
   FT_Face face;
 
@@ -556,7 +556,7 @@ LY_DEFINE (ly_ttf_2_pfa, "ly:ttf->pfa",
 
   string file_name = ly_scm2string (ttf_file_name);
   if (be_verbose_global)
-    progress_indication ("[" + file_name);
+    progress_indication ("\n[" + file_name);
 
   Memory_out_stream stream;