]> git.donarmstrong.com Git - lilypond.git/commit
New page breaking function: ly:minimal-breaking, which first computes
authorNicolas Sceaux <nicolas.sceaux@free.fr>
Mon, 16 Jul 2007 13:04:33 +0000 (15:04 +0200)
committerNicolas Sceaux <nicolas.sceaux@free.fr>
Mon, 16 Jul 2007 13:04:33 +0000 (15:04 +0200)
commit298ee5a34af5f84b903e8d5b11854148e117af81
tree10c9cf839e42ef8e11e99a1ded4c486c6b69283f
parentd58ab73175d0d5d06d0e5ebda68c8682948c5e6a
New page breaking function: ly:minimal-breaking, which first computes
line breaks without considering page breaking, then fills pages with
as many lines as possible.
Documentation/topdocs/NEWS.tely
Documentation/user/spacing.itely
input/regression/page-minimal-page-breaking-last-page.ly [new file with mode: 0644]
input/regression/page-minimal-page-breaking.ly [new file with mode: 0644]
lily/include/minimal-page-breaking.hh [new file with mode: 0644]
lily/include/page-breaking.hh
lily/include/page-spacing.hh
lily/minimal-page-breaking.cc [new file with mode: 0644]
lily/page-breaking-scheme.cc
lily/page-breaking.cc
lily/page-spacing.cc