\version "2.18.2" \language "english" \new Staff << { \new Voice = "response" s1*3 | } { << \context Voice = "resp_hi" { \voiceOne c''4 c'' c'' c'' } \context Voice = "harmony" { \voiceThree g'4 g' g' g' } \context Voice = "response" { \voiceTwo c'4 c' c' c' } >> | R1 | << \context Voice = "resp_hi" { \voiceOne c''4 c'' c'' c'' } \context Voice = "harmony" { \voiceThree g'4 g' g' g' } \context Voice = "response" { \voiceTwo c'4 c' c' c' } >> \bar "|." } \new Lyrics { \lyricsto "response" { One two three four, Five six sev’n eight. } } >>