lilypond-devel
[Top][All Lists]
Advanced

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

Re: Gets vertical skylines from grob stencils (issue 5626052)


From: address@hidden
Subject: Re: Gets vertical skylines from grob stencils (issue 5626052)
Date: Wed, 15 Feb 2012 08:17:20 +0000

On Feb 15, 2012, at 8:10 AM, Janek Warchoł wrote:

> On Wed, Feb 15, 2012 at 8:59 AM, address@hidden
> <address@hidden> wrote:
>> Thanks for the feedback!  I'll do some testing using this.
> 
> I found it!  It was a BarNumber tweak that was causing this:
> 
> \override BarNumber #'self-alignment-X =
>                    #(lambda (grob)
>                       (let ((break-dir (ly:item-break-dir grob)))
>                         (set! (ly:grob-property grob 'self-alignment-X)
>                               (if (= break-dir RIGHT)
>                                   1
>                                   0))))

Many a time have I been bit by the -1/1 instead of 0/1 bug...glad you found it.
A new patch is up that fixes the makefile problem.  Lemme know what you think 
of the example files you compile whenever you get a chance & thanks for your 
work!

Cheers,
MS


reply via email to

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