summaryrefslogtreecommitdiff
path: root/Messias/parts/XLII.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Messias/parts/XLII.ly')
-rw-r--r--Messias/parts/XLII.ly34
1 files changed, 34 insertions, 0 deletions
diff --git a/Messias/parts/XLII.ly b/Messias/parts/XLII.ly
new file mode 100644
index 0000000..19c47f3
--- /dev/null
+++ b/Messias/parts/XLII.ly
@@ -0,0 +1,34 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmenXLII.ly"
+\include "texteXLII.ly"
+#(ly:set-option 'relative-includes #f)
+
+XLII = \score { % XLII % {{{
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \label #'ChorXLII
+ \new Voice = sopran { \globalXLII \sopranMelodieXLII \bar "|." }
+ }
+ \new Lyrics \lyricsto sopran { \sopranTextXLII }
+ \new Staff {
+ \new Voice = alt { \globalXLII \altMelodieXLII }
+ }
+ \new Lyrics \lyricsto alt{ \altTextXLII }
+ \new Staff {
+ \new Voice = tenor { \globalXLII \tenorMelodieXLII }
+ }
+ \new Lyrics \lyricsto tenor { \tenorTextXLII }
+ \new Staff {
+ \new Voice = bass { \globalXLII \bassMelodieXLII }
+ }
+ \new Lyrics \lyricsto bass { \bassTextXLII }
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Nr. 42 Chor"
+ }
+} % }}}