diff options
Diffstat (limited to 'Jerusalem')
-rw-r--r-- | Jerusalem/Jerusalem.ly | 76 | ||||
-rw-r--r-- | Jerusalem/parts/II.ly | 75 | ||||
-rw-r--r-- | Jerusalem/parts/III.ly | 46 | ||||
-rw-r--r-- | Jerusalem/parts/IIIstimmen.ly | 113 | ||||
-rw-r--r-- | Jerusalem/parts/IIItexte.ly | 63 | ||||
-rw-r--r-- | Jerusalem/parts/IIstimmen.ly | 555 | ||||
-rw-r--r-- | Jerusalem/parts/IItexte.ly | 76 | ||||
-rw-r--r-- | Jerusalem/parts/Istimmen.ly | 2 |
8 files changed, 886 insertions, 120 deletions
diff --git a/Jerusalem/Jerusalem.ly b/Jerusalem/Jerusalem.ly index 3be2013..a6be7a8 100644 --- a/Jerusalem/Jerusalem.ly +++ b/Jerusalem/Jerusalem.ly @@ -226,6 +226,45 @@ } } } + \score { + \IIShalom + \header { + piece = \markup { \bold "Shalom sagt sich leicht" } + } + \layout { + \context { + \Staff + \RemoveEmptyStaves + \override VerticalAxisGroup #'remove-first = ##t + } + } + } + \score { + \IIWuensche + \header { + piece = \markup { \bold "Ich wünsche dir, Jerusalem" } + } + \layout { + \context { + \Staff + \RemoveEmptyStaves + \override VerticalAxisGroup #'remove-first = ##t + } + } + } + \score { + \IIInstrumental + \header { + piece = \markup { \bold "Instrumental (II)" } + } + \layout { + \context { + \Staff + \RemoveEmptyStaves + \override VerticalAxisGroup #'remove-first = ##t + } + } + } \header { title = "Teil II" subtitle = "Das heutige Jerusalem" @@ -233,3 +272,40 @@ } } % }}} + + % III % {{{ +\include "parts/III.ly" + \bookpart { + \score { + \IIIJerusalemRuf + \header { + piece = \markup { \bold "Jerusalem-Ruf" } + } + \layout { + \context { + \Staff + \RemoveEmptyStaves + \override VerticalAxisGroup #'remove-first = ##t + } + } + } + \score { + \IIIDann + \header { + piece = \markup { \bold "Dann such ich nach einem Land" } + } + \layout { + \context { + \Staff + \RemoveEmptyStaves + \override VerticalAxisGroup #'remove-first = ##t + } + } + } + \header { + title = "Teil III" + subtitle = "Das himmlische Jerusalem" + composer = ##f + } + } + % }}} diff --git a/Jerusalem/parts/II.ly b/Jerusalem/parts/II.ly index 7a2b78d..f8f32a5 100644 --- a/Jerusalem/parts/II.ly +++ b/Jerusalem/parts/II.ly @@ -6,21 +6,23 @@ \include "parts/IItexte.ly" % Jerusalem-Ruf % {{{ - IIJerusalemRuf = \new ChoirStaff << + IIJerusalemRuf = \new Staff << \new ChordNames { \IIJerusalemRufAkkorde } \new Staff << \new Voice = "oberstimme" { \IIJerusalemRufOberstimme } >> \new Lyrics \lyricsto "oberstimme" \IIJerusalemRufOberstimmeText - \new Staff << - \new Voice = "sopran" { \voiceOne \IIJerusalemRufSopran } - \new Voice = "alt" { \voiceTwo \IIJerusalemRufAlt } - >> - \new Lyrics \lyricsto "sopran" \IIJerusalemRufChorText - \new Staff << - \clef "bass" - \new Voice = "tenor" { \voiceOne \IIJerusalemRufTenor } - \new Voice = "bass" { \voiceTwo \IIJerusalemRufBass } + \new ChoirStaff << + \new Staff << + \new Voice = "sopran" { \voiceOne \IIJerusalemRufSopran } + \new Voice = "alt" { \voiceTwo \IIJerusalemRufAlt } + >> + \new Lyrics \lyricsto "sopran" \IIJerusalemRufChorText + \new Staff << + \clef "bass" + \new Voice = "tenor" { \voiceOne \IIJerusalemRufTenor } + \new Voice = "bass" { \voiceTwo \IIJerusalemRufBass } + >> >> >> % }}} @@ -116,3 +118,56 @@ >> >> % }}} + + % Shalom sagt sich leicht % {{{ + IIShalom = \new Staff << + \new ChordNames { \IIShalomAkkorde } + \new Staff << + \new Voice = "solo" { \IIShalomSolo } + >> + \new Lyrics \lyricsto "solo" \IIShalomSoloTextI + \new Lyrics \lyricsto "solo" \IIShalomSoloTextII + \new Lyrics \lyricsto "solo" \IIShalomSoloTextIII + >> + % }}} + + % Ich wünsche dir, Jerusalem % {{{ + IIWuensche = \new ChoirStaff << + \new ChordNames { \IIWuenscheAkkorde } + \new Staff << + \new Voice = "eins" { \IIWuenscheEins } + >> + \new Lyrics \lyricsto "eins" \IIWuenscheEinsSoloText + \new Lyrics \lyricsto "eins" \IIWuenscheEinsChorTextEins + \new Lyrics \lyricsto "eins" \IIWuenscheEinsChorTextZwei + \new Staff << + \new Voice = "zwei" { \IIWuenscheZwei } + >> + \new Lyrics \lyricsto "zwei" \IIWuenscheZweiText + \new Staff << + \new Voice = "drei" { \IIWuenscheDrei } + >> + \new Lyrics \lyricsto "drei" \IIWuenscheDreiSoloText + \new Lyrics \lyricsto "drei" \IIWuenscheDreiChorTextEins + \new Lyrics \lyricsto "drei" \IIWuenscheDreiChorTextZwei + \new Staff << + \new Voice = "vier" { \IIWuenscheVier } + >> + \new Lyrics \lyricsto "vier" \IIWuenscheVierText + >> + % }}} + + % Instrumental II % {{{ + IIInstrumental = \new ChoirStaff << + \new ChordNames { \IIInstrumentalAkkorde } + \new Staff << + \new Voice = "Querfloete" { \IIInstrumentalQuerfloete } + >> + \new Staff << + \new Voice = "Oboe" { \IIInstrumentalOboe } + >> + \new Staff << + \new Voice = "Altblockfloete" { \IIInstrumentalAltblockfloete } + >> + >> + % }}} diff --git a/Jerusalem/parts/III.ly b/Jerusalem/parts/III.ly new file mode 100644 index 0000000..96d4f85 --- /dev/null +++ b/Jerusalem/parts/III.ly @@ -0,0 +1,46 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.18" + +\include "parts/IIIstimmen.ly" +\include "parts/IIItexte.ly" + + % Jerusalem-Ruf % {{{ + IIIJerusalemRuf = \new Staff << + \new ChordNames { \IIIJerusalemRufAkkorde } + \new Staff << + \new Voice = "oberstimmeI" { \IIIJerusalemRufOberstimmeI } + >> + \new Lyrics \lyricsto "oberstimmeI" \IIIJerusalemRufOberstimmeIText + \new Staff << + \new Voice = "oberstimmeII" { \IIIJerusalemRufOberstimmeII } + >> + \new Lyrics \lyricsto "oberstimmeII" \IIIJerusalemRufOberstimmeIIText + \new ChoirStaff << + \new Staff << + \new Voice = "sopran" { \voiceOne \IIIJerusalemRufSopran } + \new Voice = "alt" { \voiceTwo \IIIJerusalemRufAlt } + >> + \new Lyrics \lyricsto "sopran" \IIIJerusalemRufChorText + \new Staff << + \clef "bass" + \new Voice = "tenor" { \voiceOne \IIIJerusalemRufTenor } + \new Voice = "bass" { \voiceTwo \IIIJerusalemRufBass } + >> + >> + >> + % }}} + + % Dann such ich nach einem Land % {{{ + IIIDann = \new Staff << + \new ChordNames { \IIIDannAkkorde } + \new Staff << + \new Voice = "melodie" { \IIIDannMelodie } + >> + \new Lyrics \lyricsto "melodie" \IIIDannTextI + \new Lyrics \lyricsto "melodie" \IIIDannTextII + \new Lyrics \lyricsto "melodie" \IIIDannTextIII + \new Lyrics \lyricsto "melodie" \IIIDannTextIV + \new Lyrics \lyricsto "melodie" \IIIDannTextV + >> + % }}} diff --git a/Jerusalem/parts/IIIstimmen.ly b/Jerusalem/parts/IIIstimmen.ly new file mode 100644 index 0000000..8f8cbb1 --- /dev/null +++ b/Jerusalem/parts/IIIstimmen.ly @@ -0,0 +1,113 @@ + % global defs % {{{
+
+ IIIGlobalChords = \IGlobalChords
+ IIIGlobal = \IGlobal
+ IIIJerusalemRufGlobal = \IJerusalemRufGlobal
+
+ IIIDannGlobal = {
+ \IIIGlobal
+ \key d \major
+ \time 4/4
+ \partial 4.
+ }
+
+ % }}}
+
+% Die Stimmen
+
+ % Jerusalem-Ruf % {{{
+
+ IIIJerusalemRufAkkorde = \IJerusalemRufAkkorde
+
+ IIIJerusalemRufOberstimmeI = \relative e' {
+ \IIIJerusalemRufGlobal
+ \repeat volta 2 {
+ e8 e |
+ a4 a8 a h4 d8 cis~ |
+ cis gis4. r4 gis8 gis |
+ d'4 d8 d cis4 a8 cis~ |
+ cis h~ h2 h8 h |
+ d4. d8~ d2 |
+ d4 cis2 cis8 cis |
+ cis4. h8~ h2 |
+ h4. a
+ }
+ }
+
+ IIIJerusalemRufOberstimmeII = \IIJerusalemRufOberstimme
+ IIIJerusalemRufSopran = \IJerusalemRufSopran
+ IIIJerusalemRufAlt = \IJerusalemRufAlt
+ IIIJerusalemRufTenor = \IJerusalemRufTenor
+ IIIJerusalemRufBass = \IJerusalemRufBass
+ % }}}
+
+ % Dann such ich nach diesem Land % {{{
+ IIIDannAkkorde = \chordmode {
+ \IIIGlobalChords
+ \IIIDannGlobal
+ \repeat volta 2 {
+ s4. |
+ d1 |
+ a |
+ e:m |
+ h:m |
+ g2 a |
+ d fis |
+ h1:m |
+ e2:m a:7 |
+ d g |
+ d a | \bar "||"
+ d1 |
+ a |
+ h:m |
+ a |
+ e:m |
+ h:m |
+ a |
+ d |
+ g |
+ fis:m |
+ e:m |
+ d2 a:7 |
+ d1 |
+ a |
+ g2 g:6 |
+ d1 |
+ s2 s8
+ }
+ }
+
+ IIIDannMelodie = \relative d' {
+ \IIIDannGlobal
+ \repeat volta 2 {
+ d8 d d |
+ fis4 fis fis8 fis e d |
+ e4 e r8 e e fis |
+ g4 g g8 g fis e |
+ fis4 fis r fis |
+ h h a e |
+ fis fis8 fis fis g fis e |
+ d4 d r d |
+ g g g e |
+ fis fis8 fis g a h g |
+ fis2 e | \bar "||"
+ fis4 r8 fis fis fis e d |
+ e4 r8 e e e d cis |
+ d4 r8 d d d cis h |
+ cis1 |
+ g'4 r8 g g g fis e |
+ fis4 r8 fis fis fis e d |
+ e4 r8 e e e fis g |
+ fis1 |
+ h4 r8 h h h d cis |
+ a4 r8 a a a cis h |
+ g a h4 r8 h a g |
+ fis2 e |
+ fis4 r8 fis fis fis e d |
+ e4 r8 e e e d cis |
+ d2 d |
+ <d fis a> r |
+ r r8
+ }
+ }
+ % }}}
diff --git a/Jerusalem/parts/IIItexte.ly b/Jerusalem/parts/IIItexte.ly new file mode 100644 index 0000000..ba56c58 --- /dev/null +++ b/Jerusalem/parts/IIItexte.ly @@ -0,0 +1,63 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + IIIJerusalemRufOberstimmeIText = \lyricmode { + Und ich sah ei -- nen neu -- en Him -- mel, + und ich sah ei -- ne neu -- eEr -- de, ei -- nen neu -- en Him -- mel, ei -- ne neu -- e Er -- de. + } + + IIIJerusalemRufOberstimmeIIText = \IIJerusalemRufOberstimmeText + IIIJerusalemRufChorText = \IJerusalemRufText + + IIIDannTextI = \lyricmode { + \set stanza = "1." + Wenn ich die Welt mit off -- nen Au -- gen se -- he, + dann gibt es Din -- ge, die ich nicht ver -- ste -- he: + wenn ich kein Lä -- cheln wa -- ge und kei -- ne Freu -- de ge -- be, + wenn ich mein Kreuz nicht tra -- ge und nicht den Frie -- den le -- be: + \set stanza = "1.-4." + Dann such ich nach ei -- nem Land, wo kei -- ne Angst mehr herrscht und kei -- ne Trä -- ne fließt; + dann such ich nach ei -- nem Land, wo Freu -- de mich er -- greift und Lie -- be mich um -- gibt; + dann such ich nach ei -- nem Land, in dem der Frie -- den Wahr -- heit wird un -- ter den Men -- schen, + dann such ich nach die -- sem Land, dem himm -- li -- schen Je -- ru -- sa -- lem. + } + + IIIDannTextII = \lyricmode { + \set stanza = "2." + Wenn ich von E -- hen hö -- re, die ge -- schie -- den, + und wenn ich Men -- schen tref -- fe, die ge -- mie -- den, + wenn kei -- nen Trost er -- hal -- ten der klei -- nen Kin -- der Trä -- nen, + wenn ein -- sam sich die Al -- ten nach der Um -- ar -- mung seh -- nen: + } + + IIIDannTextIII = \lyricmode { + \set stanza = "3." + Wenn ich von Krieg und Frie -- den dis -- ku -- tie -- re, + doch bei den Ar -- gu -- men -- ten re --sig -- nie -- re, + dass Frie -- den mög -- lich wä -- re, wenn man sich gut ver -- tei -- digt, + dass nur die Faust be -- leh -- re, der Zweck die Mit -- tel hei -- ligt: + } + + IIIDannTextIV = \lyricmode { + \set stanza = "4." + Und wenn ich Kran -- ken ge -- gen ü -- ber -- ste -- he, + wenn ich nicht hel -- fen kann durch mei -- ne Nä -- he, + wenn sie mit ih -- ren Kla -- gen die Schmer -- zen ü -- ber win -- den, + doch nach den Grün -- den fra -- gen und kei -- ne Ant -- wort fin -- den: + } + + IIIDannTextV = \lyricmode { + \set stanza = "5." + Doch gibt es Men -- schen, die sich ganz ver -- schen -- ken, + die Ar -- me öff -- nen und an and -- re den -- ken. + Wenn sie ein Lä -- cheln wa -- gen und ih -- re Freu -- de ge -- ben, + wenn sie mein Kreuz mir tra -- gen, wenn sie den Frie -- den le -- ben: + \set stanza = "5." + Dann bin ich in die -- sem Land, wo kei -- ne Angst mehr herrscht und kei -- ne Trä -- ne fließt; + dann bin ich in ei -- nem Land, wo Freu -- de mich er -- greift und Lie -- be mich um -- gibt; + 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. + } diff --git a/Jerusalem/parts/IIstimmen.ly b/Jerusalem/parts/IIstimmen.ly index f51f6de..6293eb2 100644 --- a/Jerusalem/parts/IIstimmen.ly +++ b/Jerusalem/parts/IIstimmen.ly @@ -1,37 +1,8 @@ % global defs % {{{
- punktBoegen = {
- \set melismaBusyProperties = #'()
- \slurDashed
- \tieDashed
- }
-
- strichBoegen = {
- \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy)
- \slurSolid
- \tieSolid
- }
-
- IIGlobalChords = {
- \germanChords
- \set chordNameLowercaseMinor = ##t
- }
-
- IIGlobal = {
- %\override Staff.TimeSignature #'style = #'()
- \set Score.skipBars = ##t
- \set Score.soloText = #""
- \set Score.soloIIText = #""
- \set Score.aDueText = #""
- \autoBeamOff
- }
-
- IIJerusalemRufGlobal = {
- \IGlobal
- \key a \major
- \time 4/4
- \partial 4
- }
+ IIGlobalChords = \IGlobalChords
+ IIGlobal = \IGlobal
+ IIJerusalemRufGlobal = \IJerusalemRufGlobal
IIPilgerzuegeGlobal = {
\IGlobal
@@ -47,27 +18,34 @@ \time 4/4
}
+ IIShalomGlobal = {
+ \IGlobal
+ \key g \minor
+ \time 4/4
+ \partial 2
+ }
+
+ IIWuenscheGlobal = {
+ \IGlobal
+ \key cis \minor
+ \time 3/4
+ \partial 4
+ }
+
+ IIInstrumentalGlobal = {
+ \IIGlobal
+ \key a \minor
+ \time 8/8
+ \autoBeamOn
+ }
+
% }}}
% Die Stimmen
% Jerusalem-Ruf % {{{
- IIJerusalemRufAkkorde = \chordmode {
- \IIJerusalemRufGlobal
- \IIGlobalChords
- \repeat volta 2 {
- s4 |
- a2 h:m7 |
- cis1:m |
- d2 fis:m |
- e1 |
- d2:6 e:7 |
- fis2.:m h4:m7 |
- d2:6 e |
- a2.
- }
- }
+ IIJerusalemRufAkkorde = \IJerusalemRufAkkorde
IIJerusalemRufOberstimme = \relative e' {
\IIJerusalemRufGlobal
@@ -84,65 +62,10 @@ }
}
- IIJerusalemRufSopran = \relative e' {
- \IIJerusalemRufGlobal
- \repeat volta 2 {
- e4 |
- a2 a |
- gis2. e4 |
- a2 a |
- h2. h4 |
- d2 d |
- cis2. h4 |
- a2 fis |
- a2.
- }
- }
-
- IIJerusalemRufAlt = \relative e' {
- \IIJerusalemRufGlobal
- \repeat volta 2 {
- e4 |
- cis2 d |
- cis2. cis4 |
- d2 cis |
- e2. gis4 |
- fis2 gis |
- fis2. d4 |
- d2 d |
- cis2.
- }
- }
-
- IIJerusalemRufTenor = \relative e {
- \IIJerusalemRufGlobal
- \repeat volta 2 {
- e4 |
- a2 fis |
- e2. gis4 |
- fis2 fis |
- gis2. h4 |
- h2 h |
- a2. a4 |
- h2 h |
- a2.
- }
- }
-
- IIJerusalemRufBass = \relative e {
- \IIJerusalemRufGlobal
- \repeat volta 2 {
- e4 |
- a,2 h |
- cis2. cis4 |
- d 2 fis |
- e2. e4 |
- d2 e |
- fis2. h,4 |
- e2 e |
- a,2.
- }
- }
+ IIJerusalemRufSopran = \IJerusalemRufSopran
+ IIJerusalemRufAlt = \IJerusalemRufAlt
+ IIJerusalemRufTenor = \IJerusalemRufTenor
+ IIJerusalemRufBass = \IJerusalemRufBass
% }}}
% Wann werden wieder Pilgerzüge singen? % {{{
@@ -703,3 +626,423 @@ IIPilgerliedTenor = \IPilgerliedTenor
IIPilgerliedBass = \IPilgerliedBass
% }}}
+
+ % Shalom sagt sich leicht % {{{
+ IIShalomAkkorde = \chordmode {
+ \IIShalomGlobal
+ \IIGlobalChords
+ s2 |
+ g1:m |
+ d |
+ d:7 |
+ g:m |
+ g:m |
+ d |
+ d:7 |
+ g:m |
+ f:7 |
+ b:m |
+ f:7 |
+ b:m |
+ f:7 |
+ b:m |
+ f:7 |
+ b2:m b |
+ g1:m |
+ d:m |
+ c:m |
+ d2:4 d |
+ g1:m |
+ d:m |
+ c2:m c |
+ d1:4 |
+ d |
+ es |
+ b |
+ es |
+ b |
+ es |
+ es |
+ g2:m d:7 |
+ g1:m |
+ s |
+ s2 d:7 |
+ g2.:m \bar "|."
+ }
+
+ IIShalomSolo = \relative d' {
+ \IIShalomGlobal
+ d4 d |
+ g g a b |
+ a d, d d |
+ es d es d |
+ g r d d |
+ g g a b |
+ a d, d d |
+ d' c b a |
+ g r g g |
+ f f f f |
+ f f f f |
+ f f f f |
+ f r f f |
+ f f f f |
+ f f f f |
+ ges f ges f |
+ b r b b |
+ b b a g |
+ a d, d d |
+ c c es es |
+ d r d d |
+ b' b a g |
+ a d, d d |
+ c es g b |
+ a1 |
+ r2. a8 a |
+ g4 g f es |
+ d d r d8 d |
+ g4 g f es |
+ d2 r4 d8 d |
+ es4 f g a |
+ b g r2 |
+ r4. d8 \tuplet 3/2 { b'4 b a } |
+ g2 r |
+ R1*2 |
+ r2. \bar "|."
+ }
+ % }}}
+
+ % Ich wünsche dir, Jerusalem % {
+ IIWuenscheAkkorde = \chordmode {
+ \IIWuenscheGlobal
+ \IIGlobalChords
+ \repeat volta 4 {
+ s4 |
+ e2. |
+ cis:m |
+ fis:m |
+ h2
+ }
+ }
+
+ IIWuenscheEins = \relative h {
+ \IIWuenscheGlobal
+ \repeat volta 4 {
+ h4 |
+ e2 dis4 |
+ cis2 cis4 |
+ \punktBoegen fis2( e4) \strichBoegen |
+ dis^\fermata r
+ }
+ }
+
+ IIWuenscheZwei = \relative dis' {
+ \IIWuenscheGlobal
+ \repeat volta 4 {
+ dis4 |
+ e4 r fis |
+ gis r a |
+ fis2.~ |
+ fis4^\fermata r
+ }
+ }
+
+ IIWuenscheDrei = \relative fis' {
+ \IIWuenscheGlobal
+ \repeat volta 4 {
+ fis4 |
+ gis2 fis4 |
+ e2 e4 |
+ a2( gis4) |
+ fis^\fermata r
+ }
+ }
+
+ IIWuenscheVier = \relative h' {
+ \IIWuenscheGlobal
+ \repeat volta 4 {
+ h4 |
+ h2. |
+ cis |
+ h~ |
+ h4^\fermata r
+ }
+ }
+ % }}}
+
+ % Instrumental II % {{{
+
+ IIInstrumentalAkkorde = \chordmode {
+ \IIInstrumentalGlobal
+ \IGlobalChords
+ a2.:m e4:m |
+ a2.:m e4:m |
+ a2.:m g4 |
+ \time 6/8
+ a2.:m |
+ \time 2/4
+ e2:m |
+ \time 8/8
+ a4.:m f e4:m |
+ e4.:m f e4 |
+ \time 6/8
+ a4.:m c |
+ \time 2/4
+ g2 |
+ \time 4/4
+ a1:m | \bar "||"
+ \time 6/8
+ a2.:m |
+ g |
+ \time 5/8
+ a4.:m g4 |
+ \time 6/8
+ a2.:m |
+ a:m |
+ g |
+ \time 5/8
+ a4.:m g4 |
+ \time 6/8
+ a2.:m | \bar "||"
+ \time 8/8
+ a:m e4:m |
+ a2.:m e4:m |
+ a2.:m g4 |
+ a2.:m g4 |
+ a4.:m f e4:m |
+ a4.:m f e4:m |
+ \time 6/8
+ a4.:m c |
+ \time 2/4
+ g2 |
+ \time 4/4
+ a1:m |
+ s | \bar "||"
+ a:m |
+ d2:m e |
+ a:m d:m |
+ h:7 e |
+ a1:m |
+ d2:m e |
+ a:m d:m |
+ e:7 a:m |
+ c a:m |
+ d:m g |
+ a:m f |
+ d:7 g |
+ c a:m |
+ d:m g |
+ c f4 d:m |
+ e2 a:m | \bar "||"
+ a1:m |
+ d2:m e |
+ a:m d:m |
+ h:7 e:7 |
+ a1:m |
+ d2:m e |
+ a:m d:m |
+ e:7 a:m | \bar "|."
+ }
+
+ IIInstrumentalQuerfloete = \relative e''' {
+ \IIInstrumentalGlobal
+ R1*3 |
+ \time 6/8
+ R2. |
+ \time 2/4
+ R2 |
+ \time 8/8
+ R1*2 |
+ \time 6/8
+ R2. |
+ \time 2/4
+ R2 |
+ \time 4/4
+ R1 | \bar "||"
+ \time 6/8
+ e4 e c8 e |
+ d c h4 h8 d |
+ \time 5/8 c h a h g |
+ \time 6/8
+ a4 a2 |
+ e'4 e c8 e |
+ d c h4 h8 d |
+ \time 5/8
+ c h a h g |
+ \time 6/8
+ a4 a2 | \bar "||"
+ \time 8/8
+ R1*2 |
+ a4 a8 a h c h g |
+ a4 a8 a h c h g |
+ e'4 e8 e d c d h |
+ a4. c, e4 |
+ \time 6/8
+ c' c8 c h a |
+ \time 2/4
+ g4 g |
+ \time 4/4
+ a2. e'8 d |
+ e1 | \bar "||"
+ a,,8 h c h c4 a |
+ f'2 e8 h c d |
+ c h c4 d f, |
+ fis2 gis |
+ a8 h c h c4 a |
+ f'2 e8 h c d |
+ c h c4 d8 e f4 |
+ e8 d c h a2 |
+ c4 g'8 f g4. a8 |
+ f e f4 d2 |
+ e8 f g4 c, f8 e |
+ d c d e d2 |
+ c4 g'8 f g4. a8 |
+ f e f4 d2 |
+ e8 f g4 a d8 c |
+ h2 a | \bar "||"
+ R1*3 |
+ r2 e4 d' |
+ c8 d e4 a,8 e' d c |
+ h c h a gis fis gis4 |
+ a8 h c h a2 |
+ a8 gis fis gis a2 | \bar "|."
+ }
+
+ IIInstrumentalOboe = \relative a' {
+ \IIInstrumentalGlobal
+ a4 a8 a h c h g |
+ a4 a8 a h c h g |
+ e'4 e8 e d c d h |
+ \time 6/8
+ c4 c8 c h a |
+ \time 2/4
+ h4 g |
+ \time 8/8
+ a a8 a h c h g |
+ a4 a8 a h c h g |
+ \time 6/8
+ e'4 e8 e d c |
+ \time 2/4
+ h4 c |
+ \time 4/4
+ a1 | \bar "||"
+ \time 6/8
+ a8 h c4 e8 c |
+ g'4. f |
+ \time 5/8
+ e8 d c d h |
+ \time 6/8
+ e d c4 c8 h |
+ a h c4 e8 c |
+ g'4. f |
+ \time 5/8
+ e8 d c d h |
+ \time 6/8
+ e d c4 c8 h | \bar "||"
+ \time 8/8
+ a4 a8 a h c h g |
+ a4 a8 a h c h g |
+ e'4 e8 e d c d h |
+ c4 c8 c h a h g |
+ a4 a8 a h c h g |
+ a4 a8 a h c h g |
+ \time 6/8
+ e'4 e8 e d c |
+ \time 2/4
+ h4 c |
+ \time 4/4
+ a e'8 d e2~ |
+ e1 | \bar "||"
+ a,4 e'8 d e4 f8 e |
+ d c d4 h2 |
+ c8 d e4 a, d8 c |
+ h a h c h2 |
+ a4 e'8 d e4 f8 e |
+ d c d4 h2 |
+ c8 d e4 a, d8 c |
+ h2 a |
+ r r8 a h c |
+ d2 r8 g, a h |
+ c2 r8 a a g |
+ fis4 d h'8 g a h |
+ c2 r8 a h c |
+ d2 r8 g, a h |
+ c2~ c8 h a4~ |
+ a gis a2 | \bar "||"
+ a4 e'8 d e4 f8 e |
+ d c d4 h2 |
+ c8 d e4 a, d8 c |
+ h a h c h2 |
+ a4 e'8 d e4 f8 e |
+ d c d4 h2 |
+ c8 d e4 a, d8 c |
+ h2 a | \bar "|."
+ }
+
+ IIInstrumentalAltblockfloete = \relative c''' {
+ \IIInstrumentalGlobal
+ R1*3 |
+ \time 6/8
+ R2. |
+ \time 2/4
+ R2 |
+ \time 8/8
+ R1*2 |
+ \time 6/8
+ R2. |
+ \time 2/4
+ R2 |
+ \time 4/4
+ R1 | \bar "||"
+ \time 6/8
+ c4. a |
+ h8 c g4 g8 h |
+ \time 5/8
+ a g f g d |
+ \time 6/8
+ c4 a'4. h8 |
+ c4. a |
+ h8 a g4 g8 h |
+ \time 5/8
+ a g f g d |
+ \time 6/8
+ c4. a' | \bar "||"
+ \time 8/8
+ R1 |
+ a4 a8 a h c h g |
+ a4 a8 a h c h g |
+ e'4 e8 e d c d h |
+ c4 c8 c h a h g |
+ a4. f e4 |
+ \time 6/8
+ a8 h a g f e |
+ \time 2/4
+ d4 d |
+ \time 4/4
+ e2 a,~ |
+ a1 | \bar "||"
+ a2~ a8 a c e |
+ a2 gis |
+ a4 a8 g f4 f8 e |
+ dis4 h e2 |
+ a,~ a8 a c e |
+ a2 gis |
+ a4 a8 g f e d4 |
+ e2 a, |
+ r8 e' e d c4 a |
+ r8 d d c h4 g |
+ c8 d e c f4. g8 |
+ a2 g4 f |
+ e e8 d c4 a |
+ r8 d d c h4 g |
+ c8 d e c f4. d8 |
+ e4 e8 d c2 | \bar "||"
+ r a'4 c |
+ h4. a8 gis2 |
+ a1~ |
+ a2 gis |
+ a4 c,8 h c4 d8 e |
+ f4 d e2 |
+ a,4 a'8 g f e f d |
+ e4. d8 c2 | \bar "|."
+ }
+ % }}}
diff --git a/Jerusalem/parts/IItexte.ly b/Jerusalem/parts/IItexte.ly index 685b86b..fc27f82 100644 --- a/Jerusalem/parts/IItexte.ly +++ b/Jerusalem/parts/IItexte.ly @@ -11,9 +11,7 @@ Je -- ru -- sa -- lem. } - IIJerusalemRufChorText = \lyricmode { - Je -- ru -- sa -- lem, Je -- ru -- sa -- lem, Je -- ru -- sa -- lem, Je -- ru -- sa -- lem. - } + IIJerusalemRufChorText = \IJerusalemRufText IIPilgerzuegeSoloText = \lyricmode { Wann wer -- den wie -- der Pil -- ger -- zü -- ge sin -- gen? @@ -124,3 +122,75 @@ } IIPilgerliedChorText = \IPilgerliedChorText + + IIShalomSoloTextI = \lyricmode { + \set stanza = "1." + Was die Nach -- rich -- ten im Fern -- sehn täg -- lich Schreck -- li -- ches er -- zähl'n, + Bil -- der sind's, die wir nicht gern sehn, die uns noch im Schla -- fe quäl'n: + Pan -- zer, Mi -- nen und Gra -- na -- ten, Kran -- ke, Krüp -- pel, To -- te, Blut, + Wi -- der -- ständ -- ler und Sol -- da -- ten, Ter -- ror, Angst und Hass und Wut. + Das wühlt auf, das muss sich än -- dern! Das em -- pört uns al -- le sehr. + Was soll Krieg in an -- dern Län -- dern, wenn doch Frie -- den mög -- lich wär?! + Doch mit klu -- gen, from -- men Re -- den hat man lang noch nichts er -- reicht. + Ir -- gend -- wie be -- trifft es je -- den: Sha -- lom sagt sich leicht! + } + + IIShalomSoloTextII = \lyricmode { + \set stanza = "2." + Je -- de Kri -- se hat Mo -- del -- le, je -- des Land hat sei -- nen Plan, + In -- struk -- tio -- nen und Ap -- pel -- le. Es wird schon ge -- nug ge -- tan. + Die Ge -- sprä -- che wer -- den mü -- der, ein Ver -- trag nimmt sei -- nen Lauf. + Ei -- ne Mau -- er reißt man nie -- der, ei -- ne an -- dre baut man auf. + Al -- les geht ein -- mal zu En -- de, auch der schlimms -- te Krieg ver -- glüht. + Und wir ge -- ben ei -- ne Spen -- de, dass der Auf -- bau wie -- der blüht. + Soll -- te das Ge -- wis -- sen pla -- gen, wenn ein Zwei -- fel es be -- schleicht, + lasst euch im -- mer wie -- der sa -- gen: Sha -- lom sagt sich leicht! + } + + IIShalomSoloTextIII = \lyricmode { + \set stanza = "3." + Wann wird es uns end -- lich däm -- mern, dass wir nicht im Him -- mel sind?! + Lö -- wen la -- gern nicht bei Läm -- mern und die Schlan -- ge schont kein Kind. + Glaubt nicht an die Scheiß/n -- i -- dyl -- le, die Je -- sa -- ja uns ver -- hieß! + Trennt euch von der ro -- sa Bril -- le, hier ist nicht das Pa -- ra -- dies! + Drescht nicht Phra -- sen, lasst euch war -- nen, macht euch end -- lich klar be -- wusst: + Uns -- re Ohn -- macht will sich tar -- nen, uns -- ren Träu -- men folgt der Frust. + Doch uns bleibt das Recht zu hof -- fen, dass der Krieg dem Frie -- den weicht. + Merkt ihr doch zu -- letzt be -- trof -- fen: Sha -- lom sagt sich leicht! + } + + IIWuenscheEinsSoloText = \lyricmode { + \set stanza = "Solo" + Ich wün -- sche dir, Je -- ru -- sa -- lem, + } + + IIWuenscheEinsChorTextEins = \lyricmode { + \set stanza = "Chor" + Wir wün -- schen dir, Je -- ru -- sa -- lem, + } + + IIWuenscheEinsChorTextZwei = \lyricmode { + Wir wün -- schen euch den Frie -- _ den, + } + + IIWuenscheZweiText = \lyricmode { + Sha -- lom, Sha -- lom, Sha -- lom. __ + } + + IIWuenscheDreiSoloText = \lyricmode { + \set stanza = "Solo" + Ich wün -- sche dir den Frie -- den, + } + + IIWuenscheDreiChorTextEins = \lyricmode { + \set stanza = "Chor" + Wir wün --schen dir den Frie -- den, + } + + IIWuenscheDreiChorTextZwei = \lyricmode { + Wir wün -- schen euch den Frie -- den, + } + + IIWuenscheVierText = \lyricmode { + Sha -- lom, Sha -- lom. __ + } diff --git a/Jerusalem/parts/Istimmen.ly b/Jerusalem/parts/Istimmen.ly index f761ee8..fbc3094 100644 --- a/Jerusalem/parts/Istimmen.ly +++ b/Jerusalem/parts/Istimmen.ly @@ -1445,7 +1445,7 @@ % }}}
- % Pilgerlied I % {{{
+ % Instrumental I % {{{
IInstrumentalAkkorde = \chordmode {
\IInstrumentalGlobal
|