summaryrefslogtreecommitdiff
path: root/Messias/parts/XLIV.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Messias/parts/XLIV.ly')
-rw-r--r--Messias/parts/XLIV.ly34
1 files changed, 34 insertions, 0 deletions
diff --git a/Messias/parts/XLIV.ly b/Messias/parts/XLIV.ly
new file mode 100644
index 0000000..c2e2bd5
--- /dev/null
+++ b/Messias/parts/XLIV.ly
@@ -0,0 +1,34 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmenXLIV.ly"
+\include "texteXLIV.ly"
+#(ly:set-option 'relative-includes #f)
+
+XLIV = \score { % XLIV % {{{
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \label #'ChorXLIV
+ \new Voice = sopran { \globalXLIV \sopranMelodieXLIV \bar "|." }
+ }
+ \new Lyrics \lyricsto sopran { \frauenTextXLIV }
+ \new Staff {
+ \new Voice = alt { \globalXLIV \altMelodieXLIV }
+ }
+ \new Lyrics \lyricsto alt{ \frauenTextXLIV }
+ \new Staff {
+ \new Voice = tenor { \globalXLIV \tenorMelodieXLIV }
+ }
+ \new Lyrics \lyricsto tenor { \frauenTextXLIV }
+ \new Staff {
+ \new Voice = bass { \globalXLIV \bassMelodieXLIV }
+ }
+ \new Lyrics \lyricsto bass { \bassTextXLIV }
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Nr. 44 Soloquartett und Chor"
+ }
+} % }}}