\version "2.19.83" \language "english" \pointAndClickOff scoreinfo = {\time 4/4 \tempo "andante" 4 = 90} voice_oneone = {\key c \major r64 r128 r4 r4 ds''1\p fs'64\ffff g''''4.\pp cs''''64\fff fs''''1\ffff gs''''2\pp c'''''32\fff r32 \bar "|." } voice_twoone = {\key c \major e,,64\mp cs128\ppp g4 gs4\fff r1 r64 r4. r64 r1 r2 r32 b,,32\p \bar "|." } voice_onetwo = {\key c \major r1 fs'''4\ppp fs''4\ppppp r64 r1. e''''\breve\ppp r1 r2.. d''4.\fffff r4 gs''''8\mf r2... \bar "|." } voice_twotwo = {\key c \major d,1\ppp r4 r4 g64\pp g,,1.\mp r\breve d1\p e,2..\ppppp r4. d,4\fff r8 a,2...\p \bar "|." } voice_onethree = {\key c \major r4. r1 g'1.\pp ds'8\ppp r2... r1. cs'4.\fff r8 r4. fs'''2.\mf r128 as''64\ff \bar "|." } voice_twothree = {\key c \major e4.\mp r1 r1. r8 e,2... r1. r4. r8 e4.\f r2. r128 r64 \bar "|." } voice_onefour = {\key c \major cs''2\mf e'''2.\ppppp as''2\pppp f''64\mp r32 a''''1.\pppp a'''4.\ppp a'''2\ppppp r8 fs''2\ffff e'2\ff cs''''4\ppppp cs''''4\ppppp \bar "|." } voice_twofour = {\key c \major r2 r2. r2 r64 b,32\pppp r1. r4. r2 g8\ffff r2 r2 r4 r4 \bar "|." } voice_onefive = {\key c \major cs''''128\mf r32 r2 gs''''4\mp r4.. r8 r8 f'''4\ppppp r4.. r64 gs'''\breve\p cs'''4\mf \bar "|." } voice_twofive = {\key c \major r128 r32 as2 r4 gs4..\ff as,,,8\mf b,,,8\fff r4 r4.. c64\ppppp r\breve r4 \bar "|." } \paper {#(set-paper-size "letter") short-indent = 5\mm} \score { << \new PianoStaff \with { instrumentName = #"Piano 1" shortInstrumentName = #"Pn 1" } << \new Staff = "upper" << \scoreinfo \clef "treble" \voice_oneone >> \new Staff = "lower" << \scoreinfo\clef bass \voice_twoone >> >> \new PianoStaff \with { instrumentName = #"Piano 2" shortInstrumentName = #"Pn 2" } << \new Staff = "upper" << \scoreinfo \clef "treble" \voice_onetwo >> \new Staff = "lower" << \scoreinfo\clef bass \voice_twotwo >> >> \new PianoStaff \with { instrumentName = #"Piano 3" shortInstrumentName = #"Pn 3" } << \new Staff = "upper" << \scoreinfo \clef "treble" \voice_onethree >> \new Staff = "lower" << \scoreinfo\clef bass \voice_twothree >> >> \new PianoStaff \with { instrumentName = #"Piano 4" shortInstrumentName = #"Pn 4" } << \new Staff = "upper" << \scoreinfo \clef "treble" \voice_onefour >> \new Staff = "lower" << \scoreinfo\clef bass \voice_twofour >> >> \new PianoStaff \with { instrumentName = #"Piano 5" shortInstrumentName = #"Pn 5" } << \new Staff = "upper" << \scoreinfo \clef "treble" \voice_onefive >> \new Staff = "lower" << \scoreinfo\clef bass \voice_twofive >> >> >> \layout{ragged-bottom = ##t \context { \Score \remove "Timing_translator" \remove "Default_bar_line_engraver"} \context { \Staff \consists "Timing_translator" \consists "Default_bar_line_engraver"} \context { \Voice \remove "Note_heads_engraver" \consists "Completion_heads_engraver" \remove "Rest_engraver" \consists "Completion_rest_engraver" completionUnit = #(ly:make-moment 2/4)}} }