lilypond-user
[Top][All Lists]
Advanced

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

Re: Phrasing slurs across clefs


From: Alexander Wallace
Subject: Re: Phrasing slurs across clefs
Date: Mon, 26 Aug 2013 00:11:36 -0500

Thank you so much for your response... 

It now looks a lot better, although the slur does not make it to the F saff...

Also, now the last system has the notes a shifted up a few pixels, they don't 
quite draw in the middle of the space/line.

Here is my whole file:

Thanks again!

\version "2.16.2"
\language "espanol"

\header {
title = "Ode to Joy"
subtitle = "from Symphony No. 9"
instrument = "Piano"
composer = "Ludwig van Beethoven"
arranger = "arr. by James Bastien"
meter = "Spiritoso"
tagline = "Ejercicio I - Informática - Alexander Wallace"
}

global = {
\key do \major
\time 4/4
\override Slur #'positions = #'(10 . 10)
}

right = \relative do' {
\global
mi_\f-3^\( mi fa sol | sol fa mi re | do do re mi | mi4. re8 re2\) | \break
mi4^\( mi fa sol | sol fa mi re | do do re mi | re4. do8 do2\) | \break
re4_\mp-2^\( re\cresc mi do | re mi8 fa mi4 do\) | re^\( mi8 fa mi4 re | do4 re 
\change Staff = "left" \set fingeringOrientations = #'(down) <sol,-2>2 \)| 
\break
\change Staff = "right" mi'4_\f-3^( mi fa sol | sol fa mi re | do do re mi | 
re4. do8 do2) \bar "|."
}

left = \relative do {
\global
\set fingeringOrientations = #'(down)
<do-5>1 | re1 | mi2 fa | sol fa |
do1 | re | mi2 fa | sol <do, mi> |
<sol'-3>1 | fa | <sol-3>2 <fas-2> | <la-1>4 <fas-3> \change Staff = "right" r2 |
\change Staff = "left" <do-5>1 | re | mi2 fa | sol <do, mi> |
}

\score {
\new PianoStaff \with {
instrumentName = "Piano"
} <<
\new Staff = "right" \with {
midiInstrument = "acoustic grand"
} \right
\new Staff = "left" \with {
midiInstrument = "acoustic grand"
} { \clef bass \left }
>>
\layout { }
\midi {
\context {
\Score
tempoWholesPerMinute = #(ly:make-moment 120 4)
}
}
}



On Aug 25, 2013, at 11:00 PM, David Kastrup wrote:

> 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
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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