diff options
author | Erich Eckner <git@eckner.net> | 2016-11-11 12:51:53 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-11-11 12:51:53 +0100 |
commit | 2ef05749405471ddb9bb9d7ae69ba93819cba48a (patch) | |
tree | 95e56de2fca72f4dd7b7a46cc4cda406453e7b5e | |
parent | 9c64e027125c720505dffcbbd0c48f468b7badef (diff) | |
download | Musik-2ef05749405471ddb9bb9d7ae69ba93819cba48a.tar.xz |
Gloria_in_excelsis_Deo neu
-rw-r--r-- | Gloria_in_excelsis_Deo/Gloria_in_excelsis_Deo.ly | 31 | ||||
-rw-r--r-- | Gloria_in_excelsis_Deo/stimmen.ly | 112 | ||||
-rw-r--r-- | Gloria_in_excelsis_Deo/texte.ly | 37 |
3 files changed, 180 insertions, 0 deletions
diff --git a/Gloria_in_excelsis_Deo/Gloria_in_excelsis_Deo.ly b/Gloria_in_excelsis_Deo/Gloria_in_excelsis_Deo.ly new file mode 100644 index 0000000..5d71401 --- /dev/null +++ b/Gloria_in_excelsis_Deo/Gloria_in_excelsis_Deo.ly @@ -0,0 +1,31 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\pointAndClickOff + +\header { + title = "Gloria in excelsis Deo" + tagline = "" +} + +\new ChoirStaff << + \set Score.skipBars = ##t + \new Lyrics = "sopranText" { } + \new Staff << + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto alt { \textIAlt } + \new Lyrics \lyricsto alt { \textIIAlt } + \new Lyrics \lyricsto alt { \textIIIAlt } + \context Lyrics = "sopranText" \lyricsto "sopran" \textSopran + \new Staff << + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \new Lyrics \lyricsto bass { \textBass } +>> diff --git a/Gloria_in_excelsis_Deo/stimmen.ly b/Gloria_in_excelsis_Deo/stimmen.ly new file mode 100644 index 0000000..acf0b42 --- /dev/null +++ b/Gloria_in_excelsis_Deo/stimmen.ly @@ -0,0 +1,112 @@ +%some settings% vim: ai sw=2 lbr nu et + +\version "2.18" + +global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff +} + +% Die Stimmen + +sopranMelodie = \relative a' { + \repeat unfold 2 { + a4 a a a8[ c] | + c4. b8 a4 f | + a a8[ g] a4 a8[ c] | + c4. b8 a2 | + } + \repeat volta 2 { + c2( d8 c b a | + b2 c8 b a g | + a2 b8 a g f | + g4.) c,8 c2 | + f4 g a b | + } + \alternative { + { + a2 g | + } + { + a( g) | + } + } + f1 | \bar "|." +} + +altMelodie = \relative f' { + \repeat unfold 2 { + f4 f f f8[ a] | + a4. g8 f4 f | + f f8[ e] f4 f8[ a] | + a4. g8 f2 | + } + \repeat volta 2 { + a4 g fis2 | + g4 g g2 | + f2.( d4 | + c4.) c8 c2 | + d4 e f f | + } + \alternative { + { + f2 e | + } + { + f( e) | + } + } + f1 | \bar "|." +} + +tenorMelodie = \relative c' { + \repeat unfold 2 { + c4 c c c | + c4. c8 c4 a | + c c c c | + c4. c8 c2 | + } + \repeat volta 2 { + c4 c d2 | + d4 d c2 | + c2 b4 g | + e( f) g( e) | + a c c d | + } + \alternative { + { + c2 c | + } + { + c2.( b4) | + } + } + a1 | \bar "|." +} + +bassMelodie = \relative f { + \repeat unfold 2 { + f4 f f f | + c4. c8 f4 f | + f f f f | + c( d8) e f2 | + } + \repeat volta 2 { + f4 e d2 | + g4 f e2 | + f4( e d h) | + c( d) e( c) | + d c f b, | + } + \alternative { + { + c2 c | + } + { + c1 | + } + } + f | \bar "|." +} diff --git a/Gloria_in_excelsis_Deo/texte.ly b/Gloria_in_excelsis_Deo/texte.ly new file mode 100644 index 0000000..2ea524f --- /dev/null +++ b/Gloria_in_excelsis_Deo/texte.ly @@ -0,0 +1,37 @@ + +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + +textSopran = \lyricmode { + \repeat unfold 30 { \skip 1 } + Glo -- ri -- a +} + +textIAlt = \lyricmode { + \set stanza = "1." + Ü -- ber uns -- re wei -- ten Fel -- der geht ein wun -- der -- sa -- mer Klang: + En -- gel -- chö -- re sin -- gen Lie -- der, ju -- belnd tönt ihr Lob -- ge -- sang. + Glo -- ri -- a, Glo -- ri -- a, Glo -- ri -- a, + in ex -- cel -- sis De -- o. De -- o. +} + +textIIAlt = \lyricmode { + \set stanza = "2." + Hir -- ten hö -- ret, was ge -- sche -- hen, was der Him -- mel euch ge -- sandt: + al -- les Bö -- se sei ver -- ge -- ben, reicht in Lie -- be euch die Hand. +} + +textIIIAlt = \lyricmode { + \set stanza = "3." + Denn der Hei -- land wird ge -- bo -- ren, kommt auf die -- se Welt als Hind, + brin -- get al -- len Men -- schen Frie -- den, die da gu -- ten Wil -- lens sind. +} + +textBass = \lyricmode { + \repeat unfold 30 { \skip 1 } + Glo -- ri -- a, Glo -- ri -- a, Glo -- ri -- a, + in ex -- cel -- sis De -- o. De -- o. +} |