From 716c05c5abbc0fce43f2c1869e6cc832df376b9e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 28 Oct 2022 10:48:09 +0200 Subject: Messias: XXIV angelegt --- Messias/Messias.ly | 2 ++ Messias/parts/XXIV.ly | 35 +++++++++++++++++++++++++++++++++++ Messias/parts/stimmenXXIV.ly | 23 +++++++++++++++++++++++ Messias/parts/texteXXIV.ly | 11 +++++++++++ 4 files changed, 71 insertions(+) create mode 100644 Messias/parts/XXIV.ly create mode 100644 Messias/parts/stimmenXXIV.ly create mode 100644 Messias/parts/texteXXIV.ly (limited to 'Messias') 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 { +} -- cgit v1.2.3-70-g09d2