Re: page breaking (again)

2006-08-08 Thread Han-Wen Nienhuys
Joe Neeman wrote: So I run convert-ly -e ly/performer-init.ly input/test/* input/regression/* and I get as far as input/regression/figured-bass.ly which fails as reported on the bug list. Based on the fact that the page-breaking patch was regression-free a couple of weeks ago, can I commit anywa

Re: page breaking (again)

2006-08-08 Thread Joe Neeman
On Mon, 2006-08-07 at 12:38 +0200, Han-Wen Nienhuys wrote: > Joe Neeman wrote: > >>> The new files are attached in a tar archive (I cc to Han-Wen just in > >>> case the list strips it). There are 13 of them, so I thought it would be > >>> easier. > >> Looks good. Please apply, after fixing the foll

Re: page breaking (again)

2006-08-07 Thread Han-Wen Nienhuys
Joe Neeman wrote: The new files are attached in a tar archive (I cc to Han-Wen just in case the list strips it). There are 13 of them, so I thought it would be easier. Looks good. Please apply, after fixing the following issues. for (vsize k = 0; k < lines_per_page[i] && systems != SCM_

Re: page breaking (again)

2006-08-06 Thread Joe Neeman
On Mon, 2006-08-07 at 00:31 +0200, Han-Wen Nienhuys wrote: > Joe Neeman wrote: > > Here is my latest patch to add a new page-breaker. This actually adds 2 > > page breakers now: > > > Both page-breakers can be tuned with the (book-wide) paper block > > variables "page-spacing-weight" (default 1.0)

Re: page breaking (again)

2006-08-06 Thread Han-Wen Nienhuys
Joe Neeman wrote: Here is my latest patch to add a new page-breaker. This actually adds 2 page breakers now: Both page-breakers can be tuned with the (book-wide) paper block variables "page-spacing-weight" (default 1.0) which specifies the importance of good page spacing relative to line spaci

Re: page breaking (again)

2006-07-25 Thread Joe Neeman
On Tue, 2006-07-25 at 16:43 +0200, Nicolas Sceaux wrote: > Joe Neeman <[EMAIL PROTECTED]> writes: > > > Here is my latest patch to add a new page-breaker. > > May you not abbreviate that much variable names in scheme code? > It's usual to write full names, eg. paper-book and page-number, > iso. p

Re: page breaking (again)

2006-07-25 Thread Nicolas Sceaux
Joe Neeman <[EMAIL PROTECTED]> writes: > Here is my latest patch to add a new page-breaker. May you not abbreviate that much variable names in scheme code? It's usual to write full names, eg. paper-book and page-number, iso. p-book and p-num. nicolas ___

page breaking (again)

2006-07-24 Thread Joe Neeman
Here is my latest patch to add a new page-breaker. This actually adds 2 page breakers now: ly:page-turn-breaking will only allow page turns at specified places within the score. By default, a page turn can only appear at the end of a score. This can be altered in two ways: 1) by adding \allowPageT