lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Critical issues


From: Joe Neeman
Subject: Re: Critical issues
Date: Wed, 12 May 2010 21:23:38 -0700

On Wed, 2010-05-12 at 22:14 +0200, Karl Hammar wrote:
> Issue 1080: Regression: bar lines in double bar are positioned too
> close together
> 
> "pnorcks" mentions commit 27a4d9354effb09c696925881ec4df007da8a0db
> as a possible cause. Reverting part of that commit:
> gives me the attached grace-start result which resembles the 2.13.17 
> result presented in the bug tracker.
> 
> What should we do about it? 

I'd suggest we check with Marc Hohl to see what the intent of that
change was. I suspect that it was an attempt to change how \bar "||" is
aligned so that it lines up better with the new segno barline. If I'm
right, though, then Marc misunderstood the last parameter to
Stencil::add_at_edge, and the correct code would be
m.add_at_edge (X_AXIS, LEFT, thin, thinkern / 2);
m.add_at_edge (X_AXIS, RIGHT, thin, thinkern);

Cheers,
Joe





reply via email to

[Prev in Thread] Current Thread [Next in Thread]