bug-lilypond
[Top][All Lists]
Advanced

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

Re: Another arpeggio collision


From: Neil Puttock
Subject: Re: Another arpeggio collision
Date: Fri, 28 Mar 2008 21:41:10 +0000

Hi Jay,

I've noticed this happening recently. As a workaround I've been
setting #'infinite-spacing-height = ##t whenever it occurs.

Here's a related example with one stave and two voices where the
arpeggio collides with the time signature:

\version "2.11.42"
\paper { ragged-right = ##t }
\new Staff
 \with
 {
   \consists "Span_arpeggio_engraver"
 }
 \relative c''
 {
   \set Staff.connectArpeggios = ##t
   <<
     {ces\arpeggio}
     \\
     {es,\arpeggio }
   >>
 }

Regards,
Neil

Attachment: foo.png
Description: PNG image


reply via email to

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