summaryrefslogtreecommitdiff
path: root/Messias/parts/XLII.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-08-24 14:24:53 +0200
committerErich Eckner <git@eckner.net>2017-08-24 14:24:53 +0200
commitc679a631295ef7af6dda8a62012f7a28edb6fff8 (patch)
tree237f79653a02c500700de66e8e868474610906a9 /Messias/parts/XLII.ly
parent2a191dccae95ab1e82e2229c847f5f86fe93d3af (diff)
downloadMusik-c679a631295ef7af6dda8a62012f7a28edb6fff8.tar.xz
Messias: Makefile neu
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"
+ }
+} % }}}