summaryrefslogtreecommitdiff
path: root/Messias/parts/XXXVI.ly
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-11-14 10:51:25 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-11-14 10:51:25 +0100
commit5815cbe6c9d4137f95187ee633606f48dd812a30 (patch)
treead4529e47393dab8a84c6dc3c7e34562a6c5b2da /Messias/parts/XXXVI.ly
parent68d84b885a589f18e24e54bb6045d8a3a8398679 (diff)
downloadMusik-5815cbe6c9d4137f95187ee633606f48dd812a30.tar.xz
Messias: XXXVI neu
Diffstat (limited to 'Messias/parts/XXXVI.ly')
-rw-r--r--Messias/parts/XXXVI.ly35
1 files changed, 35 insertions, 0 deletions
diff --git a/Messias/parts/XXXVI.ly b/Messias/parts/XXXVI.ly
new file mode 100644
index 0000000..23c9638
--- /dev/null
+++ b/Messias/parts/XXXVI.ly
@@ -0,0 +1,35 @@
+include(parts/stimmenXXXVI.pre)
+include(parts/texteXXXVI.pre)
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \label #'ChorXXXVI
+ \new Voice = sopran { \globalXXXVI \sopranMelodieXXXVI }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto sopran { \sopranTextXXXVIEng }')
+ \new Staff {
+ \new Voice = alt { \globalXXXVI \altMelodieXXXVI }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto alt{ \altTextXXXVIEng }')
+ \new Staff {
+ \new Voice = tenor { \globalXXXVI \tenorMelodieXXXVI }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto tenor { \tenorTextXXXVIEng }')
+ \new Staff {
+ \new Voice = bass { \globalXXXVI \bassMelodieXXXVI }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto bass { \bassTextXXXVIEng }')
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Messias"
+ subtitle = ##f
+ piece = "Nr. 36 Chor"
+ composer = "Georg Friedrich Händel"
+ tagline = ##f
+ }
+}