diff options
author | Erich Eckner <git@eckner.net> | 2016-11-13 08:58:26 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-11-13 08:58:26 +0100 |
commit | bf36c4eb14e15568f2179c6e02892d8f428e77e6 (patch) | |
tree | a00e8d49d80d8d81ccf11e6c2ec6c0efba1554e4 /Aller_Augen_warten_auf_dich_Herre | |
parent | 04b2ec20cd5fbf8395b5f13e9fcb09978837c588 (diff) | |
download | Musik-bf36c4eb14e15568f2179c6e02892d8f428e77e6.tar.xz |
Aller_Augen_warten_auf_dich_Herre neu
Diffstat (limited to 'Aller_Augen_warten_auf_dich_Herre')
-rw-r--r-- | Aller_Augen_warten_auf_dich_Herre/Aller_Augen_warten_auf_dich_Herre.ly | 31 | ||||
-rw-r--r-- | Aller_Augen_warten_auf_dich_Herre/stimmen.ly | 70 | ||||
-rw-r--r-- | Aller_Augen_warten_auf_dich_Herre/texte.ly | 13 |
3 files changed, 114 insertions, 0 deletions
diff --git a/Aller_Augen_warten_auf_dich_Herre/Aller_Augen_warten_auf_dich_Herre.ly b/Aller_Augen_warten_auf_dich_Herre/Aller_Augen_warten_auf_dich_Herre.ly new file mode 100644 index 0000000..1800b49 --- /dev/null +++ b/Aller_Augen_warten_auf_dich_Herre/Aller_Augen_warten_auf_dich_Herre.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 = "Aller Augen warten auf dich, Herre" + poet = "Text: Psalm 145,15-16" + composer = "Satz: Heinrich Schütz 1657" + tagline = "" +} + +\new ChoirStaff << + \set Score.skipBars = ##t + \new ChordNames { \global \germanChords \akkorde } + \new Staff << + \new Voice = pFrauen { \global \oneVoice \pausen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto alt { \text } + \new Staff << + \new Voice = mFrauen { \global \clef "bass" \oneVoice \pausen } + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> +>> diff --git a/Aller_Augen_warten_auf_dich_Herre/stimmen.ly b/Aller_Augen_warten_auf_dich_Herre/stimmen.ly new file mode 100644 index 0000000..ea3b8ef --- /dev/null +++ b/Aller_Augen_warten_auf_dich_Herre/stimmen.ly @@ -0,0 +1,70 @@ +%some settings% vim: ai sw=2 lbr nu et + +\version "2.18" + +global = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 15/4 + \override Score.BarLine.stencil = ##f + \override Staff.TimeSignature.stencil = ##f + \autoBeamOff +} + +% Die Stimmen + +akkorde = { + \chordmode { + e4:m d g2. d2 h4:m e:m h:m a2:m h s1 + e2:m d2. g4 c2 + } + <d g a>4 + \chordmode { + d g1 g4 a:m e:m h + e2:m h e:m d4 c8 d:7 g2 + a4:m e:m h + } + <h e' fis'>2 + \chordmode { + h4 e1:m e2 e + } +} + +pausen = { + s4*14 r4 \bar "" + s4*15 r4 \bar "" + s4*14 s8 \bar "" + s8 s4*14 \bar "|." +} + +sopranMelodie = \relative g' { + g4 a h2 h4 a2 h4 e, fis a2 fis s4 + fis8 fis fis fis fis fis g4 g a2 a4 h4 + a( g2) fis4 g2 s4 g fis a8 a e4 fis + g2 fis4\breathe fis g g8 g a fis g a h4 h8 + h a4 g fis1 e\breathe e2 e \revert Score.BarLine.stencil \bar "|." +} + +altMelodie = \relative e' { + e4 fis g2 g4 fis2 fis4 g fis e2 dis s4 + dis8 dis dis dis dis dis e4 e fis2 fis4 g + e2 d d s4 d d e8 e g4 fis + e2 dis4\breathe dis e e8 e fis d e fis g4 g8 + g e4 e dis( e2 dis4) e1\breathe e2 e \bar "|." +} + +tenorMelodie = \relative h { + h4 d d2 d4 d2 d4 h h e,2 h' s4 + h8 h h h h h h4 h d2 d4 d + c2 a g s4 h4 a c8 c h4 h + h2 h4\breathe h h h8 h d a c c d4 d8 + d c4 h h1 h\breathe h2 h \bar "|." +} + +bassMelodie = \relative e { + e4 d g2 g4 d2 h4 e d c2 h s4 + h8 h h h h h e4 e d2 d4 h + c2 d g, s4 g d' a8 a e'4 dis + e2 h4\breathe h e e8 e d d c a g4 g8 + g a4 e' h1 e\breathe e2 e \bar "|." +} diff --git a/Aller_Augen_warten_auf_dich_Herre/texte.ly b/Aller_Augen_warten_auf_dich_Herre/texte.ly new file mode 100644 index 0000000..3194d88 --- /dev/null +++ b/Aller_Augen_warten_auf_dich_Herre/texte.ly @@ -0,0 +1,13 @@ + +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + +text = \lyricmode { + Al -- ler Au -- gen war -- ten auf dich, Her -- re, + und du gi -- best ih -- nen ih -- re Spei -- se zu sei -- ner Zeit, + du tust dei -- ne mil -- de Hand auf und sät -- ti -- gest al -- les, was da le -- bet, + mit Wohl -- ge -- fal -- len. A -- men. +} |