]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spacing-spanner.cc
*** empty log message ***
[lilypond.git] / lily / spacing-spanner.cc
index 1cf3ef3fa6be3c2a3725038c1b975b5252a768eb..8f83e656ab188f5ed53ec70de59ad5a2e26c903b 100644 (file)
@@ -374,7 +374,7 @@ Spacing_spanner::set_springs (SCM smob)
     {
       global_shortest = find_shortest (me, all);
       if (be_verbose_global)
-       progress_indication (_f ("Global shortest duration is %s", global_shortest.to_string ()) + "\n");
+       message (_f ("Global shortest duration is %s", global_shortest.to_string ()) + "\n");
     }
   prune_loose_columns (me, &all, global_shortest);
   set_implicit_neighbor_columns (all);