summaryrefslogtreecommitdiff
path: root/Messias/parts/XLIX.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Messias/parts/XLIX.ly')
-rw-r--r--Messias/parts/XLIX.ly35
1 files changed, 35 insertions, 0 deletions
diff --git a/Messias/parts/XLIX.ly b/Messias/parts/XLIX.ly
new file mode 100644
index 0000000..faf64da
--- /dev/null
+++ b/Messias/parts/XLIX.ly
@@ -0,0 +1,35 @@
+include(parts/stimmenXLIX.pre)
+include(parts/texteXLIX.pre)
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \label #'ChorXLIX
+ \new Voice = sopran { \globalXLIX \sopranMelodieXLIX }
+ }
+ \new Lyrics \lyricsto sopran { ifdef(`deutsch',`',`\sopranTextXLIXEng') }
+ \new Staff {
+ \new Voice = alt { \globalXLIX \altMelodieXLIX }
+ }
+ \new Lyrics \lyricsto alt { ifdef(`deutsch',`',`\altTextXLIXEng') }
+ \new Staff {
+ \new Voice = tenor { \globalXLIX \tenorMelodieXLIX }
+ }
+ \new Lyrics \lyricsto tenor { ifdef(`deutsch',`',`\tenorTextXLIXEng') }
+ \new Staff {
+ \new Voice = bass { \globalXLIX \bassMelodieXLIX }
+ }
+ \new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXLIXEng') }
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Messias"
+ subtitle = ##f
+ piece = "Nr. 49 Chor"
+ composer = "Georg Friedrich Händel"
+ tagline = ##f
+ }
+}