summaryrefslogtreecommitdiff
path: root/Messias/parts/XXXVIII.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-11-14 13:32:52 +0100
committerErich Eckner <git@eckner.net>2022-11-14 13:32:52 +0100
commitf93d4fde1619d50c8d781ab6ae26145c9ce67085 (patch)
tree473edc11cc560e35163e499a551e317b45864baa /Messias/parts/XXXVIII.ly
parent5815cbe6c9d4137f95187ee633606f48dd812a30 (diff)
downloadMusik-f93d4fde1619d50c8d781ab6ae26145c9ce67085.tar.xz
Messias: XXXVIII neu
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
+ }
+}