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: Janek Warchoł
Subject: Re: Gets vertical skylines from grob stencils (issue 5626052)
Date: Wed, 15 Feb 2012 09:10:47 +0100

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))))

See lines 102-108 of attached ../tota-pulchra.ly.  If you detele them,
it compiles.

HTH,
Janek

Attachment: tota-pulchra.tar.gz
Description: GNU Zip compressed data


reply via email to

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