summaryrefslogtreecommitdiff
path: root/Messias/parts/III.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Messias/parts/III.ly')
-rw-r--r--Messias/parts/III.ly35
1 files changed, 35 insertions, 0 deletions
diff --git a/Messias/parts/III.ly b/Messias/parts/III.ly
new file mode 100644
index 0000000..b6e1728
--- /dev/null
+++ b/Messias/parts/III.ly
@@ -0,0 +1,35 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmenIII.ly"
+\include "texteIII.ly"
+#(ly:set-option 'relative-includes #f)
+
+III = \score { % III % {{{
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \label #'ChorIII
+ \new Voice = sopran { \globalIII \sopranMelodieIII \bar "|." }
+ }
+ \new Lyrics \lyricsto sopran { \sopranTextIII }
+ \new Staff {
+ \new Voice = alt { \globalIII \altMelodieIII }
+ }
+ \new Lyrics \lyricsto alt{ \altTextIII }
+ \new Staff {
+ \new Voice = tenor { \globalIII \tenorMelodieIII }
+ }
+ \new Lyrics \lyricsto tenor { \tenorTextIII }
+ \new Staff {
+ \new Voice = bass { \globalIII \bassMelodieIII }
+ }
+ \new Lyrics \lyricsto bass { \bassTextIII }
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Nr. 3 Chor"
+ composer = ##f
+ }
+} % }}}