summaryrefslogtreecommitdiff
path: root/Jerusalem/parts/II.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Jerusalem/parts/II.ly')
-rw-r--r--Jerusalem/parts/II.ly28
1 files changed, 28 insertions, 0 deletions
diff --git a/Jerusalem/parts/II.ly b/Jerusalem/parts/II.ly
index 5eaa3e8..7a2b78d 100644
--- a/Jerusalem/parts/II.ly
+++ b/Jerusalem/parts/II.ly
@@ -88,3 +88,31 @@
>>
>>
% }}}
+
+ % Pilgerlied II % {{{
+ IIPilgerlied = \new Staff <<
+ \new Staff <<
+ \new Voice = "floete" { \tiny \IIPilgerliedFloete }
+ >>
+ \new ChordNames { \IIPilgerliedAkkorde }
+ \new Staff <<
+ \new Voice = "solo" { \IIPilgerliedSolo }
+ >>
+ \new Lyrics \lyricsto "solo" \IIPilgerliedSoloTextI
+ \new Lyrics \lyricsto "solo" \IIPilgerliedSoloTextII
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = "frauen" { \IIPilgerliedFrauenPausen }
+ \new Voice = "sopran" { \voiceOne \IIPilgerliedSopran }
+ \new Voice = "alt" { \voiceTwo \IIPilgerliedAlt }
+ >>
+ \new Lyrics \lyricsto "sopran" \IIPilgerliedChorText
+ \new Staff <<
+ \clef "bass"
+ \new Voice = "maenner" { \IIPilgerliedMaennerPausen }
+ \new Voice = "tenor" { \voiceOne \IIPilgerliedTenor }
+ \new Voice = "bass" { \voiceTwo \IIPilgerliedBass }
+ >>
+ >>
+ >>
+ % }}}