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



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to