summaryrefslogtreecommitdiff
path: root/Messias/parts/XXXVIII.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Messias/parts/XXXVIII.ly')
-rw-r--r--Messias/parts/XXXVIII.ly35
1 files changed, 35 insertions, 0 deletions
diff --git a/Messias/parts/XXXVIII.ly b/Messias/parts/XXXVIII.ly
new file mode 100644
index 0000000..47f77c6
--- /dev/null
+++ b/Messias/parts/XXXVIII.ly
@@ -0,0 +1,35 @@
+include(parts/stimmenXXXVIII.pre)
+include(parts/texteXXXVIII.pre)
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \label #'ChorXXXVIII
+ \new Voice = sopran { \globalXXXVIII \sopranMelodieXXXVIII }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto sopran { \sopranTextXXXVIIIEng }')
+ \new Staff {
+ \new Voice = alt { \globalXXXVIII \altMelodieXXXVIII }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto alt{ \altTextXXXVIIIEng }')
+ \new Staff {
+ \new Voice = tenor { \globalXXXVIII \tenorMelodieXXXVIII }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto tenor { \tenorTextXXXVIIIEng }')
+ \new Staff {
+ \new Voice = bass { \globalXXXVIII \bassMelodieXXXVIII }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto bass { \bassTextXXXVIIIEng }')
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Messias"
+ subtitle = ##f
+ piece = "Nr. 38 Chor"
+ composer = "Georg Friedrich Händel"
+ tagline = ##f
+ }
+}