X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fone-line-page-breaking.cc;h=a3276f4216c6b876274f8def526188ebaf60a733;hb=13798e90e8ae32bf341b21440f2687442274759f;hp=018ef9cff390b4fa9e1b68e9ec0677d22a523b20;hpb=1242f5fca1063945967549d4f814afcac957d344;p=lilypond.git diff --git a/lily/one-line-page-breaking.cc b/lily/one-line-page-breaking.cc index 018ef9cff3..a3276f4216 100644 --- a/lily/one-line-page-breaking.cc +++ b/lily/one-line-page-breaking.cc @@ -41,10 +41,9 @@ One_line_page_breaking::~One_line_page_breaking () /* This is a somewhat unconventional page-breaking algorithm. Every - score will be put on a single page, whose width is enough - to fit the entire score one one line. Line breaks and page breaks - are ignored, and the paper-width setting in the paper block - will be modified to fit the music. + score is put on a single page, whose width is enough to fit the entire + score on one line. Line breaks and page breaks are ignored, and the + paper-width setting in the paper block is modified to fit the music. */ SCM One_line_page_breaking::solve () @@ -55,7 +54,7 @@ One_line_page_breaking::solve () { if (Paper_score *ps = system_specs_[i].pscore_) { - vector cols = ps->root_system ()->used_columns (); + vector cols = ps->root_system ()->used_columns (); // No indent, "infinite" line width, ragged. Column_x_positions pos = get_line_configuration (cols, numeric_limits::max (), 0, true);