Hello,
  I'm coming to the final adjustment of my overture while a bug troubles me so 
much. In the below harp excerpt, the arpeggio sign collides with the a'4 
natural of the treble.

Regards
Haipeng

 



\version "2.13.57"

  \paper {
    ragged-right = ##t
  }

  upper = \relative c'' {
    \clef treble \key ees \major \time 4/4
    \showStaffSwitch
    s2 <c a e>4\arpeggio r |
  }

  lower = \relative c, {
    \clef bass \key ees \major \time 4/4
    \times 2/3 { fis8( e' a } \change Staff = "r"  \times 2/3 { c e a) } \change Staff = "l" <fis, c'>4\arpeggio r |
  }

  dyn = { s1\mf }

  \score {
    \new PianoStaff <<
      \set PianoStaff.connectArpeggios = ##t
      \new Staff = "r" { \upper }
      \new Dynamics { \dyn }
      \new Staff = "l" { \lower }
    >>
    \layout {}
  }

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

Reply via email to