X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpage-layout-problem.cc;h=3aebfd4aac138bd51a524119dd3f3578bd08bd15;hb=d0a03bdae24b589df21f9b78788bbd00aeeba779;hp=c1cfeb0656bbdff88e9eb0c2b56cb4ba3e91de55;hpb=399bdf59d43445c7d2e9e73d94fa77880ef8f448;p=lilypond.git 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 ();