bug-lilypond
[Top][All Lists]
Advanced

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

Another arpeggio collision


From: Jay Anderson
Subject: Another arpeggio collision
Date: Fri, 28 Mar 2008 13:53:48 -0700

When using cross staff arpeggios a collision can occur if accidentals
cause the arpeggio to be moved to the left too much.

(Possible related issue: 556)

Thanks!

-----Jay

\version "2.11.42"

\paper
{
  ragged-right = ##t
}

\book
{
  \new PianoStaff
  <<
    \set PianoStaff.connectArpeggios = ##t
    \new Staff="RH" \relative c''
    {
      r2. <ges aes c ges'>4\arpeggio |
    }

    \new Staff="LH" \relative c'
    {
      \repeat unfold 12 aes16 <ees aes c>4\arpeggio |
    }
  >>
}

It is interesting to note that this does not occur with one staff and
two voices:

  \new Staff
  \with
  {
    \consists "Span_arpeggio_engraver"
  }
  \relative c''
  {
    \set Staff.connectArpeggios = ##t
    <<
      {r2. <ges aes c ges'>4\arpeggio |}
      \\
      {\repeat unfold 12 aes,16 <ees aes c>4\arpeggio |}
    >>
  }




reply via email to

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