summaryrefslogtreecommitdiff
path: root/Messias/parts/III.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/III.ly
parent2a191dccae95ab1e82e2229c847f5f86fe93d3af (diff)
downloadMusik-c679a631295ef7af6dda8a62012f7a28edb6fff8.tar.xz
Messias: Makefile neu
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
+ }
+} % }}}