diff options
author | Erich Eckner <git@eckner.net> | 2015-03-09 13:27:34 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2015-03-09 13:27:34 +0100 |
commit | f07e79712a9a22601fe98ee2844949153d460e1d (patch) | |
tree | d8f0ab37ac9dc1f93315eb341821da5fc70909c4 /Jerusalem/parts/III.ly | |
parent | c0b1617a1ca870dddd92e76baf94c4d049c4a6ea (diff) | |
download | Musik-f07e79712a9a22601fe98ee2844949153d460e1d.tar.xz |
Jerusalem weiter
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 } + >> + >> + % }}} + |