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
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
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
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
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
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
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
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
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
(= 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
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?
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
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
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
> 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
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
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.
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
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
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
20 matches
Mail list logo