summaryrefslogtreecommitdiff
path: root/Messias/parts/XXXIV.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Messias/parts/XXXIV.ly')
-rw-r--r--Messias/parts/XXXIV.ly35
1 files changed, 35 insertions, 0 deletions
diff --git a/Messias/parts/XXXIV.ly b/Messias/parts/XXXIV.ly
new file mode 100644
index 0000000..c7f4f1f
--- /dev/null
+++ b/Messias/parts/XXXIV.ly
@@ -0,0 +1,35 @@
+include(parts/stimmenXXXIV.pre)
+include(parts/texteXXXIV.pre)
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \label #'ChorXXXIV
+ \new Voice = sopran { \globalXXXIV \sopranMelodieXXXIV }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto sopran { \sopranTextXXXIVEng }')
+ \new Staff {
+ \new Voice = alt { \globalXXXIV \altMelodieXXXIV }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto alt{ \altTextXXXIVEng }')
+ \new Staff {
+ \new Voice = tenor { \globalXXXIV \tenorMelodieXXXIV }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto tenor { \tenorTextXXXIVEng }')
+ \new Staff {
+ \new Voice = bass { \globalXXXIV \bassMelodieXXXIV }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto bass { \bassTextXXXIVEng }')
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Messias"
+ subtitle = ##f
+ piece = "Nr. 34 Chor"
+ composer = "Georg Friedrich Händel"
+ tagline = ##f
+ }
+}