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/parts/XXIV.ly | 35 +++++++++++++++++++++++++++++++++++ Messias/parts/stimmenXXIV.ly | 23 +++++++++++++++++++++++ Messias/parts/texteXXIV.ly | 11 +++++++++++ 3 files changed, 69 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/parts') 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