\version "2.19.14" \language "english" global = { \key d \major \numericTimeSignature \time 3/4 %\partial 4 \tempo Andante 4=82 } right = { \global d'''2 fs''8 e''8 |%m65 d''4 4 fs''8 a''8 |%m66 e''4 4 fs''8 a''8 |%m67 } left = { \global \clef treble gs64([ b d' f'] \change staff = "right" {gs'64[ b'd''f''] b'[d''f''gs''] d''f''gs''b'' f''[gs''b''d'''] gs''b''d'''f''' b''[d'''f'''gs'''] b'''4)\fermata } \change staff = "left" {b64[ d'f'gs'] d'[f'gs'b'] f'[gs'b'd''] gs'[b'd''f''] b'[d''f''gs'']} %m65 \clef bass 2. |%m66 2 4 |%m67 } pianoPart = \new PianoStaff \with { instrumentName = "Pno." shortInstrumentName = "Pno." } << \new Staff = "right" \with { } \right \new Staff = "left" \with { } { \clef bass \left } >> \score { << %\choirPart \pianoPart >> \layout { } %\midi { } }