summaryrefslogtreecommitdiff
path: root/Messias/parts/XXIII.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Messias/parts/XXIII.ly')
-rw-r--r--Messias/parts/XXIII.ly35
1 files changed, 35 insertions, 0 deletions
diff --git a/Messias/parts/XXIII.ly b/Messias/parts/XXIII.ly
new file mode 100644
index 0000000..1539ba2
--- /dev/null
+++ b/Messias/parts/XXIII.ly
@@ -0,0 +1,35 @@
+include(parts/stimmenXXIII.pre)
+include(parts/texteXXIII.pre)
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \label #'ChorXXIII
+ \new Voice = sopran { \globalXXIII \sopranMelodieXXIII \bar "|." }
+ }
+ \new Lyrics \lyricsto sopran { ifdef(`deutsch',`',`\sopranTextXXIIIEng') }
+ \new Staff {
+ \new Voice = alt { \globalXXIII \altMelodieXXIII }
+ }
+ \new Lyrics \lyricsto alt { ifdef(`deutsch',`',`\altTextXXIIIEng') }
+ \new Staff {
+ \new Voice = tenor { \globalXXIII \tenorMelodieXXIII }
+ }
+ \new Lyrics \lyricsto tenor { ifdef(`deutsch',`',`\tenorTextXXIIIEng') }
+ \new Staff {
+ \new Voice = bass { \globalXXIII \bassMelodieXXIII }
+ }
+ \new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXXIIIEng') }
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Messias"
+ subtitle = ##f
+ piece = "Nr. 23 Chor"
+ composer = "Georg Friedrich Händel"
+ tagline = ##f
+ }
+}