summaryrefslogtreecommitdiff
path: root/Messias/parts/LI.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Messias/parts/LI.ly')
-rw-r--r--Messias/parts/LI.ly34
1 files changed, 34 insertions, 0 deletions
diff --git a/Messias/parts/LI.ly b/Messias/parts/LI.ly
new file mode 100644
index 0000000..d47d46c
--- /dev/null
+++ b/Messias/parts/LI.ly
@@ -0,0 +1,34 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmenLI.ly"
+\include "texteLI.ly"
+#(ly:set-option 'relative-includes #f)
+
+LI = \score { % LI % {{{
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \label #'ChorLI
+ \new Voice = sopran { \globalLI \sopranMelodieLI \bar "|." }
+ }
+ \new Lyrics \lyricsto sopran { \sopranTextLI }
+ \new Staff {
+ \new Voice = alt { \globalLI \altMelodieLI }
+ }
+ \new Lyrics \lyricsto alt{ \altTextLI }
+ \new Staff {
+ \new Voice = tenor { \globalLI \tenorMelodieLI }
+ }
+ \new Lyrics \lyricsto tenor { \tenorTextLI }
+ \new Staff {
+ \new Voice = bass { \globalLI \bassMelodieLI }
+ }
+ \new Lyrics \lyricsto bass { \bassTextLI }
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Nr. 51 Chor"
+ }
+} % }}}