From cbcebc631de4b546fe151812229877848e0391cd Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 5 Mar 2015 18:59:09 +0100 Subject: Jerusalem weiter --- Jerusalem/parts/III.ly | 28 ++++++++ Jerusalem/parts/IIIstimmen.ly | 157 ++++++++++++++++++++++++++++++++++++++++++ Jerusalem/parts/IIItexte.ly | 25 +++++++ 3 files changed, 210 insertions(+) (limited to 'Jerusalem/parts') diff --git a/Jerusalem/parts/III.ly b/Jerusalem/parts/III.ly index 96d4f85..db90641 100644 --- a/Jerusalem/parts/III.ly +++ b/Jerusalem/parts/III.ly @@ -44,3 +44,31 @@ \new Lyrics \lyricsto "melodie" \IIIDannTextV >> % }}} + + % Gott macht alles neu % {{{ + IIIGott = \new Staff << + \new ChordNames { \IIIGottAkkorde } + \new Staff << + \new Voice = "Querfloete" { \tiny \IIIGottQuerfloete } + >> + \new Staff << + \new Voice = "Altblockfloete" { \tiny \IIIGottAltblockfloete } + >> + \new ChoirStaff << + \new Staff << + \new Voice = "frauen" { \IIIGottPausen } + \new Voice = "sopran" { \voiceOne \IIIGottSopran } + \new Voice = "alt" { \voiceTwo \IIIGottAlt } + >> + \new Lyrics \lyricsto "sopran" \IIIGottTextI + \new Lyrics \lyricsto "sopran" \IIIGottTextII + \new Lyrics \lyricsto "sopran" \IIIGottTextIII + \new Staff << + \clef "bass" + \new Voice = "maenner" { \IIIGottPausen } + \new Voice = "tenor" { \voiceOne \IIIGottTenor } + \new Voice = "bass" { \voiceTwo \IIIGottBass } + >> + >> + >> + % }}} diff --git a/Jerusalem/parts/IIIstimmen.ly b/Jerusalem/parts/IIIstimmen.ly index 8f8cbb1..c406c1d 100644 --- a/Jerusalem/parts/IIIstimmen.ly +++ b/Jerusalem/parts/IIIstimmen.ly @@ -11,6 +11,13 @@ \partial 4. } + IIIGottGlobal = { + \IIIGlobal + \punktBoegen + \key a \minor + \time 3/4 + } + % }}} % Die Stimmen @@ -111,3 +118,153 @@ } } % }}} + + % Gott macht alles neu % {{{ + IIIGottAkkorde = \chordmode { + \IIIGlobalChords + \IIIGottGlobal + a2.:m | + e:m | + f:7+ | + e:m | + a:m | + e:m | + f2:7+ e4:m | + a2.:m | \bar "||" + a:m | + e:m | + f2 e4:m | + a2.:m | + d:m | + e:m | + a:m | + h | + d | + g:7+ | + c:7+ | + e:m | + a:m | + e:m | + f2 e4:m | + a2.:m | \bar "|." + } + + IIIGottQuerfloete = \relative c''' { + \IIIGottGlobal + \autoBeamOn + c8 h a c, e a | + g f e g h a | + g f e d c d | + e g a h e d | + c h a c, e a | + g f e f e d | + c d e4 e | + a,8 c d e a4 | \bar "||" + R2.*16 | \bar "|." + } + + IIIGottAltblockfloete = \relative a'' { + \IIIGottGlobal + \autoBeamOn + a4. a8 h c | + h2 h4 | + h4. a8 a h | + g2 g4 | + a4. a8 h c | + h2 h4 | + h4. a8 g h | + a2. | \bar "||" + R2.*16 | \bar "|." + } + + IIIGottPausen = { + \IIIGottGlobal + R2.*8 | \bar "||" + s2.*16 | \bar "|." + } + + IIIGottSopran = \relative a' { + \IIIGottGlobal + s2.*8 | \bar "||" + a4. a8 h c | + h2 h4 | + h4. a8 g h | + a2 a4 | + a4. a8 h c | + h2 h4 | + h4~ h8 a g a | + fis2. | + a4. a8 d c | + h2 h4 | + h4. h8 h a | + g2 g4 | + a4. a8 h c | + h2 h4 | + h4. a8 g h | + a2. | \bar "|." + } + + IIIGottAlt = \relative e' { + \IIIGottGlobal + s2.*8 | \bar "||" + e4. e8 e e | + g2 g4 | + f4. f8 e e | + e2 e4 | + f4. f8 f f | + g2 g4 | + e4~ e8 e e e | + dis2. | + fis4. fis8 fis fis | + fis2 fis4 | + e4. e8 e e | + e2 e4 | + e4. e8 e e | + e2 e4 | + f4. f8 e e | + e2. | \bar "|." + } + + IIIGottTenor = \relative c' { + \IIIGottGlobal + s2.*8 | \bar "||" + c4. c8 h a | + h2 h4 | + c4. c8 h h | + c2 c4 | + d4. d8 d c | + h2 h4 | + c4~ c8 c c c | + h2. | + d4. d8 d d | + d2 d4 | + c4. g8 g a | + h2 h4 | + c4. c8 h a | + h2 h4 | + c4. c8 h h | + c2. | \bar "|." + } + + IIIGottBass = \relative a { + \IIIGottGlobal + s2.*8 | \bar "||" + a4. a8 g f | + e2 e4 | + f4. f8 e e | + a2 a4 | + d,4. d8 d d | + e2 e4 | + a,4~ a8 a a a | + h2. | + d4. d8 d d | + g,2 g4 | + c4. c8 c c | + e2 e4 | + a4. a8 g f | + e2 e4 | + f4. f8 e e | + a2. | \bar "|." + } + + % }}} diff --git a/Jerusalem/parts/IIItexte.ly b/Jerusalem/parts/IIItexte.ly index ba56c58..7d139b7 100644 --- a/Jerusalem/parts/IIItexte.ly +++ b/Jerusalem/parts/IIItexte.ly @@ -61,3 +61,28 @@ dann bin ich in ei -- nem Land, in dem der Frie -- den Wahr -- heit wird un -- ter den Men -- schen, dann bin ich in die -- sem Land, dem himm -- li -- schen Je -- ru -- sa -- lem. } + + IIIGottTextI = \lyricmode { + \set stanza = "1." + Gott macht al -- les neu: den Him -- mel und due Er -- de. + Sei -- ne Ge -- gen wart ver -- än -- _ dert die -- se Welt. + Ei -- nen neu -- en Him -- mel, ei -- ne neu -- e Er -- de: + Er, der uns er -- schuf, macht al -- les wie -- der neu. + } + + IIIGottTextII = \lyricmode { + \set stanza = "2." + Gott macht al -- les neu: Das Kla -- gen wird ver -- stum -- men + und für im -- mer ist vor -- bei, __ _ was ein -- mal war. + Trä -- nen wird er trock -- nen, Trau -- er wird er trös -- ten, + Tod wird er be -- sie -- gen, er macht al -- les neu. + } + + IIIGottTextIII = \lyricmode { + \set stanza = "3." + Gott macht al -- les neu. Er hat uns ein -- ge -- la -- den. + Er wohnt un -- ter uns im Neu -- en Je -- ru -- sa -- lem. + „Komm zu uns, Herr Je -- sus, schenk uns dei -- ne Gna -- de, + sen -- de dei -- nen Geist und mach die Er -- de neu.“ + } + -- cgit v1.2.3-70-g09d2