sopran = \notes \relative c' { e8 | e4 e8 a4 gis8 | fis8 gis a e4 e8 | fis4 fis8 gis4 gis8 \break | a8 h cis h4 cis8 | d8 cis h a gis a | cis4. h4 } alt = \notes \relative c' { e8 | e4 e16 d cis4 e8 | d8 e d cis4 e8 | e8 d cis h e d } tenor = \notes \relative c' { e8 } bass = \notes \relative c' { e8 } \score { \notes { \time 6/8 \partial 8 \context StaffGroup << \context Staff = women { \clef G \key a \major << \context Voice = Sopran { \voiceOne \sopran } \context Voice = Alt { \voiceTwo \alt } >> } \context Staff = men { \clef bass \key a \major << \context Voice = Tenor { \voiceOne \tenor } \context Voice = Bass { \voiceTwo \bass } >> } >> } \midi { \tempo 4=120 } \paper {} }