summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-28 10:48:09 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-28 10:48:09 +0200
commit716c05c5abbc0fce43f2c1869e6cc832df376b9e (patch)
treee7e1452e31e5415113c84a74d10098b56e21a890
parent441438c5b1705e5525145c02e6235cc468051590 (diff)
downloadMusik-716c05c5abbc0fce43f2c1869e6cc832df376b9e.tar.xz
Messias: XXIV angelegt
-rw-r--r--Messias/Messias.ly2
-rw-r--r--Messias/parts/XXIV.ly35
-rw-r--r--Messias/parts/stimmenXXIV.ly23
-rw-r--r--Messias/parts/texteXXIV.ly11
4 files changed, 71 insertions, 0 deletions
diff --git a/Messias/Messias.ly b/Messias/Messias.ly
index 57960a4..2f0fab9 100644
--- a/Messias/Messias.ly
+++ b/Messias/Messias.ly
@@ -21,6 +21,7 @@ include(parts/XV.pre)
include(parts/XIX.pre)
include(parts/XX.pre)
include(parts/XXII.pre)
+include(parts/XXIV.pre)
include(parts/XLII.pre)
include(parts/XLIV.pre)
include(parts/LI.pre)
@@ -33,6 +34,7 @@ include(parts/LI.pre)
\markup { Chor 19: Seite \page-ref #'ChorXIX "00" "?" }
\markup { Chor 20: Seite \page-ref #'ChorXX "00" "?" }
\markup { Chor 22: Seite \page-ref #'ChorXXII "00" "?" }
+\markup { Chor 24: Seite \page-ref #'ChorXXIV "00" "?" }
\markup { Chor 42: Seite \page-ref #'ChorXLII "00" "?" }
\markup { Chor 44: Seite \page-ref #'ChorXLIV "00" "?" }
\markup { Chor 51: Seite \page-ref #'ChorLI "00" "?" }
diff --git a/Messias/parts/XXIV.ly b/Messias/parts/XXIV.ly
new file mode 100644
index 0000000..61db0b2
--- /dev/null
+++ b/Messias/parts/XXIV.ly
@@ -0,0 +1,35 @@
+include(parts/stimmenXXIV.pre)
+include(parts/texteXXIV.pre)
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \label #'ChorXXIV
+ \new Voice = sopran { \globalXXIV \sopranMelodieXXIV \bar "|." }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto sopran { \sopranTextXXIVEng }')
+ \new Staff {
+ \new Voice = alt { \globalXXIV \altMelodieXXIV }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto alt{ \altTextXXIVEng }')
+ \new Staff {
+ \new Voice = tenor { \globalXXIV \tenorMelodieXXIV }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto tenor { \tenorTextXXIVEng }')
+ \new Staff {
+ \new Voice = bass { \globalXXIV \bassMelodieXXIV }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto bass { \bassTextXXIVEng }')
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Messias"
+ subtitle = ##f
+ piece = "Nr. 24 Chor"
+ composer = "Georg Friedrich Händel"
+ tagline = ##f
+ }
+}
diff --git a/Messias/parts/stimmenXXIV.ly b/Messias/parts/stimmenXXIV.ly
new file mode 100644
index 0000000..416ce8e
--- /dev/null
+++ b/Messias/parts/stimmenXXIV.ly
@@ -0,0 +1,23 @@
+globalXXIV = {
+ \autoBeamOff
+ \time 4/4
+ \key f \major
+}
+
+sopranMelodieXXIV = \relative g' {
+ \set Staff.instrumentName = #"S"
+}
+
+altMelodieXXIV = \relative g {
+ \set Staff.instrumentName = #"A"
+}
+
+tenorMelodieXXIV = \relative g {
+ \set Staff.instrumentName = #"T"
+ \clef "G_8"
+}
+
+bassMelodieXXIV = \relative g, {
+ \set Staff.instrumentName = #"B"
+ \clef "bass"
+}
diff --git a/Messias/parts/texteXXIV.ly b/Messias/parts/texteXXIV.ly
new file mode 100644
index 0000000..d3208f1
--- /dev/null
+++ b/Messias/parts/texteXXIV.ly
@@ -0,0 +1,11 @@
+sopranTextXXIVEng = \lyricmode {
+}
+
+altTextXXIVEng = \lyricmode {
+}
+
+tenorTextXXIVEng = \lyricmode {
+}
+
+bassTextXXIVEng = \lyricmode {
+}