diff options
Diffstat (limited to 'Jerusalem/parts/III.ly')
-rw-r--r-- | Jerusalem/parts/III.ly | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Jerusalem/parts/III.ly b/Jerusalem/parts/III.ly index 5c41135..4d4967c 100644 --- a/Jerusalem/parts/III.ly +++ b/Jerusalem/parts/III.ly @@ -89,3 +89,30 @@ >> % }}} + % Kommt, kommt % {{{ + IIIKommt = \new Staff << + \new ChordNames { \IIIKommtAkkorde } + \new Staff << + \new Voice = "solo" { \IIIKommtSolo } + >> + \new Lyrics \lyricsto "solo" \IIIKommtSoloText + \new ChoirStaff << + \new Staff << + \new Voice = "frauen" { \oneVoice \IIIKommtFrauenPausen } + \new Voice = "sopran" { \voiceOne \IIIKommtSopran } + \new Voice = "alt" { \voiceTwo \IIIKommtAlt } + >> + \new Lyrics \lyricsto "sopran" { \IIIKommtFrauenTextI } + \new Lyrics \lyricsto "sopran" { \IIIKommtFrauenTextII } + \new Lyrics \lyricsto "sopran" { \IIIKommtFrauenTextIII } + \new Staff << + \clef "bass" + \new Voice = "maenner" { \oneVoice \IIIKommtMaennerPausen } + \new Voice = "tenor" { \voiceOne \IIIKommtTenor } + \new Voice = "bass" { \voiceTwo \IIIKommtBass } + >> + \new Lyrics \lyricsto "tenor" { \IIIKommtMaennerText } + >> + >> + % }}} + |