On 20 November 2010 13:07, Phil Holmes <m...@philholmes.net> wrote:
> Looking at this prior to raising a bug report.  I'd be interested in finding
> out the actual widths of the arpeggio grobs.  Is there a way of printing
> these out somehow?

\override Arpeggio #'after-line-breaking =
#(lambda (grob)
   (newline)
   (display (ly:grob-property grob 'X-extent)))

As a workaround to prevent the collision you can set a tiny amount of
extra-spacing-height:

\override Arpeggio #'extra-spacing-height = #'(-0.1 . 0.1)

Cheers,
Neil

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to