]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-score.cc
*** empty log message ***
[lilypond.git] / lily / paper-score.cc
index c27a9bfd4910bdfa2eef51cb67cbc02067ef742f..800aa132ed77023f08d0388d5e9c4c7933de4124 100644 (file)
@@ -63,11 +63,11 @@ SCM
 Paper_score::process (String)
 {
   if (be_verbose_global)
-    progress_indication (_f ("Element count %d (spanners %d) ",
+    message (_f ("Element count %d (spanners %d) ",
                             system_->element_count (),
                             system_->spanner_count ()));
 
-  progress_indication (_ ("Preprocessing graphical objects...") + " ");
+  message (_ ("Preprocessing graphical objects...") + " ");
 
   /* FIXME: Check out why we need this - removing gives assertion failures
      down the road.