diff options
author | Erich Eckner <git@eckner.net> | 2014-09-04 10:59:12 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2014-09-04 10:59:12 +0200 |
commit | cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (patch) | |
tree | 25be2d35abeec51d18d0204e199f3bdbf66826b1 /Atme_in_uns,_Heiliger_Geist | |
download | Musik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz |
initialer Commit
Diffstat (limited to 'Atme_in_uns,_Heiliger_Geist')
-rwxr-xr-x | Atme_in_uns,_Heiliger_Geist/Atme_in_uns,_Heiliger_Geist.ly | 37 | ||||
-rw-r--r-- | Atme_in_uns,_Heiliger_Geist/stimmen.ly | 32 | ||||
-rw-r--r-- | Atme_in_uns,_Heiliger_Geist/texte.ly | 31 |
3 files changed, 100 insertions, 0 deletions
diff --git a/Atme_in_uns,_Heiliger_Geist/Atme_in_uns,_Heiliger_Geist.ly b/Atme_in_uns,_Heiliger_Geist/Atme_in_uns,_Heiliger_Geist.ly new file mode 100755 index 0000000..3c053f9 --- /dev/null +++ b/Atme_in_uns,_Heiliger_Geist/Atme_in_uns,_Heiliger_Geist.ly @@ -0,0 +1,37 @@ +\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") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \new Staff << + \new Voice = "Sopran" \melodieSopran + \new Lyrics \lyricsto "Sopran" \textRefrain + >> + \new Staff << + { + \new Voice = refrain { \global \melodieAltRefrain } + \new Voice = vers { \melodieAltVers } + } + \new Lyrics \lyricsto refrain \textRefrain + \new Lyrics \lyricsto vers \textI + \new Lyrics \lyricsto vers \textII + \new Lyrics \lyricsto vers \textIII + >> + \new Staff << + \new Voice = "pMaenner" { \global \clef "bass" \pausen } + \new Voice = "Tenor" { \global \clef "bass" \voiceOne \melodieTenor } + \new Voice = "Bass" { \global \clef "bass" \voiceTwo \melodieBass } + >> + >> +}
\ No newline at end of file diff --git a/Atme_in_uns,_Heiliger_Geist/stimmen.ly b/Atme_in_uns,_Heiliger_Geist/stimmen.ly new file mode 100644 index 0000000..68109b5 --- /dev/null +++ b/Atme_in_uns,_Heiliger_Geist/stimmen.ly @@ -0,0 +1,32 @@ +global = {
+ \time 4/4
+ \key g \minor
+}
+
+pausen = {
+ s1*7 | s2. r4 | \bar "|."
+ s1*7 | s2. r4 | \bar "||"
+}
+
+melodieSopran = \relative g' {
+ \global g8 g4 d8 g2 | b8 a g4 f2 | f8 f4 c8 f2 | a8 g f4 g2 | g8 g4 d8 g2 | b8 a g4 f2 | f4 f d f | g2. r4 | \bar "|."
+ d'4. c8 b4 b | c b a2 | c4. b8 a4 a | b a g2 | d'4. c8 b4 b | c b a2 | c4 b a f | g2. r4 | \bar "||"
+}
+
+melodieAltRefrain = \relative c' {
+ d4 d d d | d d c c | c c c c | c c d d | d d d d | d d c c | c c c c | d2. r4 | \bar "|."
+}
+
+melodieAltVers = \relative c' {
+ f f f f | a g f2 | a4 g f f | \slurDashed \set melismaBusyProperties = #'() d( d) d2 | d4 d d d | g( g) f2 | g4 g f c | d2. r4 | \bar "||"
+}
+
+melodieTenor = \relative c' {
+ b4 b b b | b b a a | a a a a | a a b b | b b b b | b b a a | a a a a | b2. s4 | \bar "|."
+ d d d d | c c c2 | c4 c c c | \slurDashed \set melismaBusyProperties = #'() b( b) b2 | b4 b b b | es( es) c2 | es4 es c a | b2. s4 | \bar "||"
+}
+
+melodieBass = \relative c' {
+ g4 g g g | g g f f | f f f f | f f g g | g g g g | g g f f | f f f f | g2. s4 | \bar "|."
+ b b b b | f f f2 | f4 f f f | \slurDashed \set melismaBusyProperties = #'() g( g) g2 | g4 g g g | c,( c) f2 | c4 c f f | g2. s4 | \bar "||"
+}
\ No newline at end of file diff --git a/Atme_in_uns,_Heiliger_Geist/texte.ly b/Atme_in_uns,_Heiliger_Geist/texte.ly new file mode 100644 index 0000000..b9763fa --- /dev/null +++ b/Atme_in_uns,_Heiliger_Geist/texte.ly @@ -0,0 +1,31 @@ +
+textRefrain = \lyrics {
+ At -- me in uns, Hei -- li -- ger Geist,
+ bren -- ne in uns, Hei -- li -- ger Geist,
+ wir -- ke in uns, Hei -- li -- ger Geist,
+ A -- tem Got -- tes komm!
+}
+
+textI = \lyrics {
+ \set stanza = "1."
+ Komm, du Geist, durch -- dring -- ge uns.
+ Komm, du Geist, kehr bei uns ein.
+ Komm, du Geist, be -- le -- be uns,
+ wir er -- seh -- nen dich.
+}
+
+textII = \lyrics {
+ \set stanza = "2."
+ Komm, du Geist der Hei -- lig -- keit,
+ komm, du Geist der Wahr -- _ heit.
+ Komm, du Geist der Lie -- _ be,
+ wir er -- seh -- nen dich.
+}
+
+textIII = \lyrics {
+ \set stanza = "3."
+ Komm, du Geist, mach du uns eins,
+ komm, du Geist, er -- fül -- le uns.
+ Komm, du Geist und schaff uns neu,
+ wir er -- seh -- nen dich.
+}
\ No newline at end of file |