lilypond-user
[Top][All Lists]
Advanced

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

Re: Change staff within a chord


From: lfanele
Subject: Re: Change staff within a chord
Date: Thu, 15 Sep 2005 12:04:21 +0200


Did I missed the solution? How can one change staff within a chord?
Best Regards,
Mehmet Okonsar, pianist-composer
www.okonsar.com



hi mehmet, and everybody who helped me,

this is something i came up with for changing staffs within a chord: would be still great to have a more explicit way to do it rather than this fuzzy logic.
hope it is helpful for anyone, stephen

------------------------------------------------------------------------ ----------------

\version "2.6.3"

#(set-global-staff-size 20)


oben =

{
\key c \major
\time 4/4
\stemUp
\tieUp
b8  r c' r cis' r d' r |
dis' r e' r f'2 ~ |
f'4 <c' e'> <c' d'> <c' f'> |
<c' e'>8 r <b d'> r c' r r4 |
\bar "||"
}

untenhoch =
{
\stemUp
\override Stem #'flag-style = #'no-flag
\override Stem #'length = #20
<d f>8 s8 <e g>8 s8 <e g> s <f a> s8 |
<fis a> s <g b> s <g b>2 |
<g b>4 g f a |
g8 s f s <e g>
}



unten =
{
\clef bass
\key c \major
\time 4/4
\voiceTwo
\stemDown

g,8 r c, r a, r d, r |
b, r e, r <d,! d!>2  |
c,4 c a, f, |
e,8 r e, r c, r r4 |
\bar "||"

}


\score
{
\context PianoStaff
<<
    \context Staff = oben \oben
    \context Staff = unten \untenhoch
    \context Staff = unten \unten
>>
}




reply via email to

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