]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scores.cc
release: 1.3.93
[lilypond.git] / lily / scores.cc
index 86c03032843b16604cffdfafbcc03581497f1379..7d611e494aa3489f1e7d20a5e925cfeab8ac66d6 100644 (file)
@@ -31,8 +31,8 @@ void write_dependency_file (String fn, Array<String> targets,
 {
   const int WRAPWIDTH = 65;
 
-
-  cout << _f ("Writing dependency file: `%s'...", fn) << '\n';
+  progress_indication (_f ("Writing dependency file: `%s'...", fn.ch_C ()));
+  progress_indication ("\n");
   ofstream f (fn.ch_C ());
   if (!f)
     warning (_f ("can't open file: `%s'", fn));
@@ -81,8 +81,6 @@ do_scores()
        }
       else
        {
-         if (flower_dstream && !flower_dstream->silent_b ("do_scores"))
-             is_p->print ();
          is_p->process();
        }
     }
@@ -121,7 +119,8 @@ do_one_file (String init_str, String file_str)
   {
     My_lily_parser parser (source_global_l);
     parser.set_version_check (false);
-    cout << "\nNow processing `" << file_str << "'\n";
+    progress_indication (_f ("Now processing: `%s'", file_str.ch_C ()));
+    progress_indication ("\n");
     parser.parse_file (init_str, file_str);
 
     if (parser.error_level_i_)