lilypond-user
[Top][All Lists]
Advanced

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

rest placement in multi-voice piano staff


From: Flaming Hakama by Elaine
Subject: rest placement in multi-voice piano staff
Date: Tue, 24 Mar 2015 18:46:41 -0700


I was wondering if anyone had a clue as to how to get the eighth rest in voice three to be shown above the half note in voice four?   


\version "2.19.15" 
\include "english.ly"

pianoVoiceOne = \relative c' { <fs b d>2 <f c'> }
pianoVoiceTwo = \relative c' { s1 }
pianoVoiceThree = \relative c' { \stemDown r8 a fs [ d ] \stemUp b gs <e' gs>4 }
pianoVoiceFour = \relative c, { \stemDown b2 e }

      <<
        \new PianoStaff <<
            \new Staff = "upper" <<
                \new Voice = "first"  \pianoVoiceOne
                \new Voice = "second" \pianoVoiceTwo
            >>
            \new Staff = "lower" <<
                \clef bass
                \new Voice = "third" \pianoVoiceThree
                \new Voice = "fourth" \pianoVoiceFour
            >>
        >>
      >>
      \layout { }



Thanks, 

David Elaine Alt
415 . 341 .4954                                           "Confusion is highly underrated"
address@hidden
self-immolation.info
skype: flaming_hakama
Producer ~ Composer ~ Instrumentalist
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

reply via email to

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