summaryrefslogtreecommitdiff
path: root/Messias/parts/VI.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Messias/parts/VI.ly')
-rw-r--r--Messias/parts/VI.ly34
1 files changed, 34 insertions, 0 deletions
diff --git a/Messias/parts/VI.ly b/Messias/parts/VI.ly
new file mode 100644
index 0000000..60d38ec
--- /dev/null
+++ b/Messias/parts/VI.ly
@@ -0,0 +1,34 @@
+\include "deutsch.ly"
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \label #'ChorVI
+ \new Voice = sopran { \globalVI \sopranMelodieVI \bar "|." }
+ }
+ \new Lyrics \lyricsto sopran { \sopranTextVI }
+ \new Staff {
+ \new Voice = alt { \globalVI \altMelodieVI }
+ }
+ \new Lyrics \lyricsto alt{ \altTextVI }
+ \new Staff {
+ \new Voice = tenor { \globalVI \tenorMelodieVI }
+ }
+ \new Lyrics \lyricsto tenor { \tenorTextVI }
+ \new Staff {
+ \new Voice = bass { \globalVI \bassMelodieVI }
+ }
+ \new Lyrics \lyricsto bass { \bassTextVI }
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Messias"
+ subtitle = ##f
+ piece = "Nr. 6 Chor"
+ composer = "Georg Friedrich Händel"
+ tagline = ##f
+ }
+}