summaryrefslogtreecommitdiff
path: root/Messias/parts/XXII.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Messias/parts/XXII.ly')
-rw-r--r--Messias/parts/XXII.ly34
1 files changed, 34 insertions, 0 deletions
diff --git a/Messias/parts/XXII.ly b/Messias/parts/XXII.ly
new file mode 100644
index 0000000..732d333
--- /dev/null
+++ b/Messias/parts/XXII.ly
@@ -0,0 +1,34 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmenXXII.ly"
+\include "texteXXII.ly"
+#(ly:set-option 'relative-includes #f)
+
+XXII = \score { % XXII % {{{
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \label #'ChorXXII
+ \new Voice = sopran { \globalXXII \sopranMelodieXXII \bar "|." }
+ }
+ \new Lyrics \lyricsto sopran { \textXXII }
+ \new Staff {
+ \new Voice = alt { \globalXXII \altMelodieXXII }
+ }
+ \new Lyrics \lyricsto alt{ \textXXII }
+ \new Staff {
+ \new Voice = tenor { \globalXXII \tenorMelodieXXII }
+ }
+ \new Lyrics \lyricsto tenor { \textXXII }
+ \new Staff {
+ \new Voice = bass { \globalXXII \bassMelodieXXII }
+ }
+ \new Lyrics \lyricsto bass { \textXXII }
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Nr. 22 Chor"
+ }
+} % }}}