lilypond-user
[Top][All Lists]
Advanced

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

cross-hands, cross-staves


From: Curt
Subject: cross-hands, cross-staves
Date: Tue, 28 Aug 2012 20:14:03 -0700

Hi, a question and a meta-question.  The meta-question is, is there a more appropriate list to ask for suggestions on the best way to notate something?  I occasionally have questions just about the clearest notation choice.

The actual question is wondering if anyone thinks there is a better/clearer way to notate the following figure.  Hands alternating, with melody in the pinky.  The pattern continues throughout the piece (with different notes).  Right hand stays in the same general location, right hand wanders down an octave or so at times.

Thank you,
Curt

\version "2.16.0"
\include "english.ly"

global = {
\key a \major
\time 4/4
}

aovere = {
\change Staff="rh"
<a cs>16
\change Staff = "lh"
<e b'>16
}

\new PianoStaff <<
\new Staff = rh <<
\global
\new Voice = "melody" \relative c' {
\voiceOne
r4
e( fs gs
fs2. e4
e1)
}
\new Voice = "shimmer" \relative c' {
\voiceTwo
<a cs>16\p
\change Staff = "lh"
<e b'>16
\repeat unfold 7 \aovere
\repeat unfold 16 \aovere
}
>>
\new Staff = lh \relative c' {
\global
\clef bass
s1*3
}
>>



reply via email to

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