summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-01-29 11:01:17 +0100
committerErich Eckner <git@eckner.net>2016-01-29 11:01:17 +0100
commite258dd4127cb6093699a44b27d403067d4fe440f (patch)
treed4f6870f31658fba6494143ee58f355b2b6065fd
parent17fd05573024731cffa1259cd1142f8f727cbe0f (diff)
downloadMusik-e258dd4127cb6093699a44b27d403067d4fe440f.tar.xz
Deutsche_Messe weiter: 2. fertig
-rw-r--r--Deutsche_Messe/Deutsche_Messe.ly27
-rw-r--r--Deutsche_Messe/stimmen.ly86
-rw-r--r--Deutsche_Messe/texte.ly18
3 files changed, 131 insertions, 0 deletions
diff --git a/Deutsche_Messe/Deutsche_Messe.ly b/Deutsche_Messe/Deutsche_Messe.ly
index b7e57f6..74a2282 100644
--- a/Deutsche_Messe/Deutsche_Messe.ly
+++ b/Deutsche_Messe/Deutsche_Messe.ly
@@ -22,6 +22,7 @@
}
\markup { Wohin soll ich mich wenden: Seite \page-ref #'Wohin "0" "?" }
+\markup { Ehre sei Gott in der Höhe: Seite \page-ref #'Ehre "0" "?" }
\score { % Wohin % {{{
\new ChoirStaff <<
@@ -50,5 +51,31 @@
}
} % }}}
+\score { % Ehre % {{{
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \label #'Ehre
+ \new Voice = sopran { \globalEhre \voiceOne \sopranMelodieEhre }
+ \new Voice = alt { \globalEhre \voiceTwo \altMelodieEhre }
+ >>
+ \new Lyrics \lyricsto sopran { \textEhreI }
+ \new Lyrics \lyricsto sopran { \textEhreII }
+ \new Staff <<
+ \new Voice = tenor { \clef "bass" \globalEhre \voiceOne \tenorMelodieEhre }
+ \new Voice = bass { \clef "bass" \globalEhre \voiceTwo \bassMelodieEhre }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "2. Ehre sei Gott in der Höhe"
+ subtitle = ##f
+ composer = ##f
+ poet = ##f
+ }
+} % }}}
+
}
diff --git a/Deutsche_Messe/stimmen.ly b/Deutsche_Messe/stimmen.ly
index 0d2f974..1c94449 100644
--- a/Deutsche_Messe/stimmen.ly
+++ b/Deutsche_Messe/stimmen.ly
@@ -89,3 +89,89 @@ bassMelodieWohin = \relative f {
}
% }}}
+% Ehre % {{{
+globalEhre = {
+ \time 4/4
+ \key b \major
+ \autoBeamOff
+ \tieDashed
+ \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy beamMelismaBusy)
+}
+
+sopranMelodieEhre = \relative b' {
+ b4^\f f d' b8 b |
+ es4 d8 c d4 c^\fermata |
+ d^\p c8 c b4 c8~ c |
+ a4 g8 g f2 |
+ b4^\f f d' b8 b |
+ es4 d8 c d4 c^\fermata |
+ d c8 c b4 c8~ c |
+ a4 g8 g f2 |
+ \repeat volta 2 {
+ a4^\p g8 f f4 b8 b |
+ b4 c8 d d4( c) |
+ d^\f d8 d b4 a8 a |
+ b4 c8 c d2 |
+ d4^\ff c8 b g'4 f8 es |
+ d4( c) b2 |
+ }
+}
+
+altMelodieEhre = \relative f' {
+ f4 f b b8 b |
+ c4 b8 a b4 a |
+ a fis8 fis g4 g8~ g |
+ f4 e8 e f2 |
+ f4 f b b8 b |
+ c4 b8 a b4 a |
+ a fis8 fis g4 g8~ g |
+ f4 e8 e f2 |
+ \repeat volta 2 {
+ es4 es8 es d4 d8 es |
+ f4 a8 b b4( a) |
+ a a8 a g4 fis8 fis |
+ g4 g8 g a2 |
+ as4 as8 as g[ b] b b |
+ b4( a) b2 |
+ }
+}
+
+tenorMelodieEhre = \relative d' {
+ d4^\f d d d8 g |
+ g4 f8 f f4 f |
+ fis^\p d8 d d4 e8~ e |
+ c4 b8 b a2 |
+ d4^\f d d d8 g |
+ g4 f8 f f4 f |
+ fis^\p d8 d d4 e8~ e |
+ c4 b8 b a2 |
+ \repeat volta 2 {
+ c4^\p b8 a b4 b8 c |
+ d4 c8 b f'2 |
+ fis4^\f fis8 fis d4 d8 d |
+ d4 g8 g fis2 |
+ f4^\ff es8 d es4 d8 es |
+ f4.( es8) d2 |
+ }
+}
+
+bassMelodieEhre = \relative b {
+ b4 b g g8 g |
+ c,4 f8 f b4 f_\fermata |
+ d d8 d g4 c,8~ c |
+ f4 c8 c f2 |
+ b4 b g g8 g |
+ c,4 f8 f b4 f_\fermata |
+ d4 d8 d g4 c,8~ c |
+ f4 c8 c f2 |
+ \repeat volta 2 {
+ f4 f8 f f4 f8 f |
+ f4 f8 f f2 |
+ d4 d8 d g4 d8 d |
+ g4 es8 es d2 |
+ b'4 b8 b es,4 f8 g |
+ f2 b, |
+ }
+}
+% }}}
+
diff --git a/Deutsche_Messe/texte.ly b/Deutsche_Messe/texte.ly
index a674df0..08cfdb7 100644
--- a/Deutsche_Messe/texte.ly
+++ b/Deutsche_Messe/texte.ly
@@ -25,3 +25,21 @@ textWohinIII = \lyricmode {
}
% }}}
+% Ehre % {{{
+textEhreI = \lyricmode {
+ \set stanza = "1."
+ Eh -- re, Eh -- re sei Gott in der Hö -- he! Sin -- get der Himm -- li -- schen se -- li -- ge Schar.
+ Eh -- re, Eh -- re sei Gott in der Hö -- he! Stam -- meln auch wir, die die Er -- de ge -- bar.
+ Stau -- nen nur kann ich und stau -- nend mich freu'n; Va -- ter der Wel -- ten, doch stimm' ich mit ein:
+ Eh -- re sei Gott in der Hö -- he!
+}
+
+textEhreII = \lyricmode {
+ \set stanza = "2."
+ Eh -- re, Eh -- re sei Gott in der Hö -- he! Kün -- det der Ster -- ne __ _ strah -- len -- des Heer.
+ Eh -- re, Eh -- re sei Gott in der Hö -- he! Säu -- seln die Lüf -- te, __ _ brau -- set das Meer.
+ Fei -- ern -- der We -- sen un -- end -- li -- cher Chor __ ju -- belt im e -- wi -- gen Dank -- lied em -- por:
+ Eh -- re sei Gott in der Hö -- he!
+}
+% }}}
+