\version "2.19.49" \header { } \language "english" voice_one = { \key c \major \clef "treble" \time 4/4 \tempo "adagio" 4 = 60 r8 c'16 e'16 d'16 s16 s16 c'16 e'16 d'16 a'16 c'16 c'16 a'16 e'16 f'16 c'1 } voice_five = { \key c \major \clef "treble" \time 4/4 \tempo "adagio" 4 = 60 s1 s1 } voice_two = { \key c \major \clef "bass" \time 4/4 \tempo "adagio" 4 = 60 s8 s16 s16 s16 b16\ff b16 s16 s16 s16 s16 s16 s16 s16 s16 s16 s1 } voice_six = { \key c \major \clef "bass" \time 4/4 \tempo "adagio" 4 = 60 e,1 d,1\bar "|." } \paper {#(set-paper-size "letter") } \score { \new PianoStaff << \new Staff = "upper" << \new Voice = "first" { \voiceOne { \voice_one}} {\voiceThree { \voice_five}} >> \new Staff = "lower" << \new Voice = "second" {\voiceTwo { \voice_two}} {\voiceFour { \voice_six}} >> >> \layout{ragged-bottom = ##t ragged-right = ##t \context { \Voice \remove "Note_heads_engraver" \consists "Completion_heads_engraver" \remove "Rest_engraver" \consists "Completion_rest_engraver"} } }