summaryrefslogtreecommitdiff
path: root/Messias/parts/XV.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Messias/parts/XV.ly')
-rw-r--r--Messias/parts/XV.ly34
1 files changed, 34 insertions, 0 deletions
diff --git a/Messias/parts/XV.ly b/Messias/parts/XV.ly
new file mode 100644
index 0000000..82c2902
--- /dev/null
+++ b/Messias/parts/XV.ly
@@ -0,0 +1,34 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmenXV.ly"
+\include "texteXV.ly"
+#(ly:set-option 'relative-includes #f)
+
+XV = \score { % XV % {{{
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \label #'ChorXV
+ \new Voice = sopran { \globalXV \sopranMelodieXV \bar "|." }
+ }
+ \new Lyrics \lyricsto sopran { \sopranTextXV }
+ \new Staff {
+ \new Voice = alt { \globalXV \altMelodieXV }
+ }
+ \new Lyrics \lyricsto alt{ \altTextXV }
+ \new Staff {
+ \new Voice = tenor { \globalXV \tenorMelodieXV }
+ }
+ \new Lyrics \lyricsto tenor { \tenorTextXV }
+ \new Staff {
+ \new Voice = bass { \globalXV \bassMelodieXV }
+ }
+ \new Lyrics \lyricsto bass { \bassTextXV }
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Nr. 15 Chor"
+ }
+} % }}}