]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/optimal-page-breaking.cc
Issue 2491: Macro for(UP_and_DOWN) and 3 similar.
[lilypond.git] / lily / optimal-page-breaking.cc
index b3d5fe1f7b12d9767e9edf1975e2f8b3d258b74c..2b0910f8873600feebf136424c8ffa823d0f93d6 100644 (file)
@@ -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++)
     {