On Wed, Feb 15, 2012 at 8:59 AM, [email protected] <[email protected]> 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
tota-pulchra.tar.gz
Description: GNU Zip compressed data
_______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
