summaryrefslogtreecommitdiff
path: root/Messias/parts/XLIX.ly
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-11-15 09:13:19 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-11-15 09:13:19 +0100
commite0181acd76bff9c783f3973fc0b7f1d5c096ee3a (patch)
tree6fb9bb43909b19be279b406171d3d15cb7b9fee4 /Messias/parts/XLIX.ly
parentdb0c0d864246bbb56bfc1272cd2539e351bd082a (diff)
downloadMusik-e0181acd76bff9c783f3973fc0b7f1d5c096ee3a.tar.xz
Messias: XLIX begonnen
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
+ }
+}