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*"
ela...@flaminghakama.com
self-immolation.info
skype: flaming_hakama
Producer ~ Composer ~ Instrumentalist
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to