From d0a03bdae24b589df21f9b78788bbd00aeeba779 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 1 Mar 2011 22:44:49 +0100 Subject: [PATCH] Nitpick: use present time for error message. --- lily/page-layout-problem.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lily/page-layout-problem.cc b/lily/page-layout-problem.cc index c1cfeb0656..3aebfd4aac 100644 --- a/lily/page-layout-problem.cc +++ b/lily/page-layout-problem.cc @@ -319,10 +319,10 @@ Page_layout_problem::solve_rod_spring_problem (bool ragged) Real overflow = spacer.configuration_length (spacer.force ()) - page_height_; if (ragged && overflow < 1e-6) - warning (_ ("couldn't fit music on page: ragged-spacing was requested, but page was compressed")); + warning (_ ("cannot fit music on page: ragged-spacing was requested, but page was compressed")); else { - warning (_f ("couldn't fit music on page: overflow is %f", + warning (_f ("cannot fit music on page: overflow is %f", overflow)); warning (_ ("compressing music to fit")); vsize space_count = solution_.size (); -- 2.39.2