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

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

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

Reply via email to