]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/break.cc
release: 0.1.63
[lilypond.git] / lily / break.cc
index 42db7970f51e5e5295634657435eaffac54bfab3..cc5c6f92a420487135a4c47b9c07496b01f34129 100644 (file)
@@ -177,9 +177,9 @@ Break_algorithm::solve () const
   Array<Col_hpositions> h= do_solve ();
 
   if (approx_stats_.count_i_)
-    *mlog << _ ("\nApproximated: ") << approx_stats_.str () << "\n";
+    *mlog << _ ("\n(Approximated: ") << approx_stats_.str () << ")\n";
   if (exact_stats_.count_i_)
-    *mlog << _ ("Calculated exactly: ") << exact_stats_.str () << "\n";
+    *mlog << _ ("(Calculated exactly: ") << exact_stats_.str () << ")\n";
   *mlog << _ ("Time: ") << String (timer.read (), "%.2f") << _ (" seconds\n");
 
   return h;