X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Foptimal-page-breaking.cc;h=2b0910f8873600feebf136424c8ffa823d0f93d6;hb=f9e274a49562fcf1db4428fe25c7ddbd7e2c99cd;hp=275adaeb4e689f4abd3bff95b43fcb9cea831f82;hpb=f93e4199873c91ae32f0e84a610d14853dc379df;p=lilypond.git diff --git a/lily/optimal-page-breaking.cc b/lily/optimal-page-breaking.cc index 275adaeb4e..2b0910f887 100644 --- a/lily/optimal-page-breaking.cc +++ b/lily/optimal-page-breaking.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2006--2011 Joe Neeman + Copyright (C) 2006--2012 Joe Neeman LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -161,8 +161,7 @@ Optimal_page_breaking::solve () } /* try a larger number of systems than the ideal line breaking number. This - is more or less C&P, but the loop bounds make it difficult to try something - like do {...} while (flip(&d) != UP). */ + is more or less C&P. */ bound = ideal_line_division; for (vsize sys_count = ideal_sys_count + 1; sys_count <= max_sys_count; sys_count++) {