Re: two pass spacing patch

2006-10-01 Thread Joe Neeman
On Sun, 2006-10-01 at 11:17 +0200, Nicolas Sceaux wrote: > Joe Neeman <[EMAIL PROTECTED]> writes: > > > Just some random thoughts: it seems that you need the exact extent and > > staff-extent for determining if a system is stretchable. If it were > > possible to do it another way (say by setting a

Re: two pass spacing patch

2006-10-01 Thread Nicolas Sceaux
Joe Neeman <[EMAIL PROTECTED]> writes: > Just some random thoughts: it seems that you need the exact extent and > staff-extent for determining if a system is stretchable. If it were > possible to do it another way (say by setting a property from the C++ > side whenever we see a VerticalAlignment w

Re: two pass spacing patch

2006-09-30 Thread Joe Neeman
On Sat, 2006-09-30 at 16:25 +0200, Nicolas Sceaux wrote: > Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > > > Nicolas Sceaux schreef: > >> Here is a patch defining a few functions for using the two-pass vertical > >> spacing scheme. Example: > > > > given that Joe is now the Page breaking guru, I

Re: two pass spacing patch

2006-09-30 Thread Nicolas Sceaux
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Nicolas Sceaux schreef: >> Here is a patch defining a few functions for using the two-pass vertical >> spacing scheme. Example: > > given that Joe is now the Page breaking guru, I invite him to review > the code. Joe? Joe, What the patch changes to

Re: two pass spacing patch

2006-09-30 Thread Han-Wen Nienhuys
Nicolas Sceaux schreef: Here is a patch defining a few functions for using the two-pass vertical spacing scheme. Example: given that Joe is now the Page breaking guru, I invite him to review the code. Joe? -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond So

two pass spacing patch

2006-09-30 Thread Nicolas Sceaux
Hello, Here is a patch defining a few functions for using the two-pass vertical spacing scheme. Example: /-- \version "2.9.20" %{ For the first pass, use the dump-tweaks option: $ lilypond -b null -d dump-tweaks .ly This will write the -pag

Re: Spacing patch

2006-05-04 Thread Han-Wen Nienhuys
Joe Neeman schreef: On Mon, 1 May 2006 11:04, Joe Neeman wrote: On Mon, 1 May 2006 10:04, Han-Wen Nienhuys wrote: If you have checked that the regtest document looks ok, please apply the spacing patch too. I have a couple regressions that may be caused by my spacing patch (or maybe by some of

Re: Spacing patch

2006-05-03 Thread Joe Neeman
On Mon, 1 May 2006 11:04, Joe Neeman wrote: > On Mon, 1 May 2006 10:04, Han-Wen Nienhuys wrote: > > If you have checked that the regtest document > > looks ok, please apply the spacing patch too. > > I have a couple regressions that may be caused by my spacing patch (or > m

Re: Spacing patch

2006-04-30 Thread Joe Neeman
On Mon, 1 May 2006 10:04, Han-Wen Nienhuys wrote: > looks good. Please apply. Done (my first CVS commit! very exciting :)) > If you have checked that the regtest document > looks ok, please apply the spacing patch too. I have a couple regressions that may be caused by my spacing patch

Re: Spacing patch

2006-04-30 Thread Han-Wen Nienhuys
(= 0.0 x) (if (not (defined? 'inf?)) -(define-public (inf? x) #f)) +(define-public (inf? x) (= (/ 1.0 x) 0.0))) ;; intervals looks good. Please apply. If you have checked that the regtest document lo

Re: Spacing patch

2006-04-30 Thread Joe Neeman
On Mon, 1 May 2006 09:35, Han-Wen Nienhuys wrote: > Joe Neeman wrote: > >> I'm also not certain if these are normal. > > > > Given that this is where lilypond exits with an error, I'd hope not ;). > > It turns out that this is caused by guile 1.6. The compatibility hack (if > > (not (defined? 'inf?

Re: Spacing patch

2006-04-30 Thread Han-Wen Nienhuys
Joe Neeman wrote: I'm also not certain if these are normal. Given that this is where lilypond exits with an error, I'd hope not ;). It turns out that this is caused by guile 1.6. The compatibility hack (if (not (defined? 'inf?)) (define-public (inf? x) #f)) was letting infs through. I gues

Re: Spacing patch

2006-04-30 Thread Graham Percival
On 29-Apr-06, at 7:44 PM, Joe Neeman wrote: On Fri, 28 Apr 2006 19:35, Graham Percival wrote: FWIW, I'm using lily 2.8.1 to build the docs (even the current 2.9 CVS). I've commented out two files in input/regression/ to make it work, but it's fine otherwise. Which files? Nothing to do with

Re: Spacing patch

2006-04-29 Thread Joe Neeman
On Fri, 28 Apr 2006 19:35, Graham Percival wrote: > On 28-Apr-06, at 2:17 AM, Joe Neeman wrote: > > warning: can't find line breaking that satisfies constraints > > Drawing systems... > > Writing lily-4123261884423383907-systems.tex... > > Writing lily-4123261884423383907-systems.texi... > > Layout

Re: Spacing patch

2006-04-28 Thread Geoff Horton
> All of these are normal. Unfortunately we can't tell lilypond that > certain errors are expected and that it shouldn't tell us about them. > :( Is this written in stone? It would be nice to be able to include a command in a file saying "I know you're going to complain about [X] and I don't want

Re: Spacing patch

2006-04-28 Thread Graham Percival
On 28-Apr-06, at 2:17 AM, Joe Neeman wrote: On Fri, 28 Apr 2006 00:11, Han-Wen Nienhuys wrote: Did you verify that "make web" can run unscathed? Also, have you considered registering with savannah to get CVS access? "make web" has always been an exercise in finger-crossing for me. :) Pr

Re: Spacing patch

2006-04-28 Thread Joe Neeman
On Fri, 28 Apr 2006 00:11, Han-Wen Nienhuys wrote: > Joe Neeman schreef: > > This patch represents my changes to line spacing over several weeks so > > it's fairly big. Most of it is intertwined, though, so I can't separate > > it much except for some of the small changes in paper-score and system.

Re: Spacing patch

2006-04-27 Thread Han-Wen Nienhuys
Han-Wen Nienhuys schreef: Joe Neeman schreef: This patch represents my changes to line spacing over several weeks so it's fairly big. Most of it is intertwined, though, so I can't separate it much except for some of the small changes in paper-score and system. this patch looks good, except f

Re: Spacing patch

2006-04-27 Thread Han-Wen Nienhuys
Joe Neeman schreef: This patch represents my changes to line spacing over several weeks so it's fairly big. Most of it is intertwined, though, so I can't separate it much except for some of the small changes in paper-score and system. Hello, this patch looks good, except for the naming of Col

Spacing patch

2006-04-19 Thread Joe Neeman
This patch represents my changes to line spacing over several weeks so it's fairly big. Most of it is intertwined, though, so I can't separate it much except for some of the small changes in paper-score and system. 2006-04-20 Joe Neeman <[EMAIL PROTECTED]> * lily/simple-spacer.cc: Remo