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

> On Wed, Feb 15, 2012 at 8:59 AM, m...@apollinemike.com
> <m...@apollinemike.com> 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
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to