Hello!

In the following snipplet I created a connected arpeggio in a piano staff
and transposed both staffs one octave up (8va). The 8va and the arpeggios
collides.
In the following bar the accidentel of the ees colliedes with the bar.

Has anyone any ideas?

Thanks

(windows XP)

\version "2.10.33"


pianorh = \relative c'{
  \clef treble \time 4/4 \key f \major

  c2 #(set-octavation 1)<g' c e>2\arpeggio #(set-octavation 0) |

  f1 }

pianolh = \relative c'{
  \clef bass \time 4/4 \key f \major
  c2 #(set-octavation 1)<g' c e>2\arpeggio #(set-octavation 0)|

  ees4 ees ees ees }

\score {

  <<
    \new PianoStaff = "piano" <<
      \set PianoStaff.connectArpeggios = ##t
      \new Staff \pianorh
      \new Staff \pianolh
    >>
  >>
  \layout { ragged-right = ##t }
}
-- 
View this message in context: 
http://www.nabble.com/Collision-of-arpeggio-with-8va--Collision-of-accidental-with-bar-tf4508611.html#a12858097
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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

Reply via email to