lilypond-user
[Top][All Lists]
Advanced

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

Re: Phrasing slurs across clefs


From: David Kastrup
Subject: Re: Phrasing slurs across clefs
Date: Mon, 26 Aug 2013 06:00:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Alexander Wallace <address@hidden> writes:

> Hi All, 
>
> Is it possible to have a phrasing slur that starts in a note on the G
> cleff and end in a note in the F clef?
>
> I'm copying this simple Ode to Joy transcription that has it (for
> school) and I can't quite get it...
>
>
> I want the second phrasing slur to go to the last E (me) in the F clef.... 
>
> Can it be done?

Well, this slur needs some shaping (by the way: phrasing slurs should be
\( ... \), and that's not entirely academical once lyrics come into
play).  But other than that:

\version "2.16.2"
\language "espanol"

right = \relative do' {
re4_\mp^( re mi do | re mi8 fa mi4 do) | re( mi8 fa mi4 re | do4 re
\change Staff = "left" sol,,2)  | \break
}

left = \relative do {
sol1 | fa | sol2 fas | la4 fas \change Staff = "right" r2 |
}

\score {
\new PianoStaff \with {
instrumentName = "Piano"
} <<
\new Staff = "right" \with {
midiInstrument = "acoustic grand"
} \right
\new Staff = "left" \with {
midiInstrument = "acoustic grand"
} { \clef bass \left }
>>
}

-- 
David Kastrup

reply via email to

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