lilypond-user
[Top][All Lists]
Advanced

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

Collision of arpeggio with 8va; Collision of accidental with bar


From: Edde
Subject: Collision of arpeggio with 8va; Collision of accidental with bar
Date: Mon, 24 Sep 2007 12:13:08 -0700 (PDT)

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.





reply via email to

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