lilypond-user
[Top][All Lists]
Advanced

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

Re: cross-staff slur


From: Helge Kruse
Subject: Re: cross-staff slur
Date: Fri, 19 Mar 2010 05:57:00 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.5) Gecko/20091204 Lightning/1.0b1 Thunderbird/3.0

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
Description: PNG image


reply via email to

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