lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parenthesised arpeggio collision


From: Neil Puttock
Subject: Re: Parenthesised arpeggio collision
Date: Sat, 20 Nov 2010 21:19:51 +0000

On 20 November 2010 13:07, Phil Holmes <address@hidden> 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



reply via email to

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