summaryrefslogtreecommitdiff
path: root/Messias/parts/XXVI.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Messias/parts/XXVI.ly')
-rw-r--r--Messias/parts/XXVI.ly35
1 files changed, 35 insertions, 0 deletions
diff --git a/Messias/parts/XXVI.ly b/Messias/parts/XXVI.ly
new file mode 100644
index 0000000..96dddb7
--- /dev/null
+++ b/Messias/parts/XXVI.ly
@@ -0,0 +1,35 @@
+include(parts/stimmenXXVI.pre)
+include(parts/texteXXVI.pre)
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \label #'ChorXXVI
+ \new Voice = sopran { \globalXXVI \sopranMelodieXXVI \bar "|." }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto sopran { \sopranTextXXVIEng }')
+ \new Staff {
+ \new Voice = alt { \globalXXVI \altMelodieXXVI }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto alt{ \altTextXXVIEng }')
+ \new Staff {
+ \new Voice = tenor { \globalXXVI \tenorMelodieXXVI }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto tenor { \tenorTextXXVIEng }')
+ \new Staff {
+ \new Voice = bass { \globalXXVI \bassMelodieXXVI }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto bass { \bassTextXXVIEng }')
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Messias"
+ subtitle = ##f
+ piece = "Nr. 26 Chor"
+ composer = "Georg Friedrich Händel"
+ tagline = ##f
+ }
+}