]> git.donarmstrong.com Git - lilypond.git/commit
* Documentation/user/page.itely (Page formatting):
authorJoe Neeman <joeneeman@gmail.com>
Mon, 2 Oct 2006 08:17:49 +0000 (08:17 +0000)
committerJoe Neeman <joeneeman@gmail.com>
Mon, 2 Oct 2006 08:17:49 +0000 (08:17 +0000)
commit377a437c94c105743993c3d15ee395b13fbd0618
tree0dcaa03834983785eb299a8795746af0324304e3
parentbdd3c80b32f39751ed30a89a4623ede6fe0c6df3
* Documentation/user/page.itely (Page formatting):
document auto-first-page-number

* lily/page-breaking.cc (find_chunks_and_breaks):
* lily/paper-score.cc (calc_breaking): Follow changes to the
Constrained_breaking interface

* lily/constrained-breaking.cc (calc_subproblem): run the main loop
here backwards, as an optimisation
(initialize): new function; move most of the code in resize () here
(combine_demerits): cache ragged_right_
(Constrained_breaking): constructor now takes the Paper_score
ChangeLog
Documentation/user/page.itely
lily/constrained-breaking.cc
lily/include/constrained-breaking.hh
lily/page-breaking.cc
lily/paper-score.cc