Am 18.03.2010 21:52, schrieb Helge Kruse:
Hello,

I would like to add a slur to this kind of arpeggio. Since it is written
in both staves of the Piano Staff I can't use the parentheses. Can you
tell me, how to write nice slurs above and below this arpeggio?


I made some further experiments. I got the phrasing slur with a staff change in the second measure. But the chord in the lower staff sounds at the same time when the arpeggio in the upper staff is played. So I tried polyphony in measure three.

But I don't get the slur to it. How do I write the score similar as in the graphic?

Helge

\version "2.12"
\include "deutsch.ly"

one= \relative c' {     
        \stemUp
        \set tieWaitForNote = ##t       

        s4 g'16~ h~ e~ c~ <e c h g>2 |
        r4 s2. |
}

two = \relative c {
        \clef bass
        \set tieWaitForNote = ##t       

        cis,16~ as'~ f'~ c'~ <c f, as, cis, >2. |

        cis,,16( as' f' c'
        \change Staff=upper
                g'16 h e c)
        \change Staff=lower s2 |

        << {
                \set tieWaitForNote = ##t       
                cis,,16(~ as'~ f'~ c'~ <c f, as, cis, >2.
        } \\ {
                \stemUp
                \set tieWaitForNote = ##t       
                \change Staff=upper
                        s4 g16~ h~ e~ c)~ <e c h g>2
                \change Staff=lower
        } >>
}

\score { \new PianoStaff <<
        \new Staff=upper << \one >>
        \new Staff=lower << \two >>
>> }

<<attachment: SAVE0022.png>>

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

Reply via email to