summaryrefslogtreecommitdiff
path: root/Dies_ist_der_Tag_des_Herrn/Dies_ist_der_Tag_des_Herrn.ly.old
blob: 8b11e7a8aedbe78786c10a2103e1e41f450f7d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\include "deutsch.ly"

#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 100 mm))) paper-alist))
#(set-default-paper-size "kindle")

Praes = {
  \time 4/4
  \key d \major
}

\new ChoirStaff <<
\new Staff { \Praes r2 r4 <<
 \new Voice = "Sopran" { \voiceOne \relative c'' { a | fis d a' fis | d'2. \breathe cis4 | h a g fis | e2. \breathe e4 | fis d h' a | gis e e' d | cis2 h | a2. \breathe a4 | h2 cis | d2. \breathe d,4 | e fis g a | h cis d e | d2 cis | d2. }}
 \addlyrics { \set stanza = #"1. " Dies ist der Tag des Herrn, stimmt Dan -- kes -- lie -- der an. Freut euch in ihm; be -- denk, was er für uns ge -- tan. Singt uns -- rem Herrn. Preist sei -- ne gro -- ße Freund -- lich -- keit. Hal -- le -- lu -- ja! }
 \addlyrics { \set stanza = #"2. " Fällt euch das Lob noch schwer, lähmt euch die Last der Welt? Ver -- traut dem Herrn, der al -- les fest in Hän -- den hält. Lobt un -- sern Herrn. Rühmt sei -- ne Gü  -- te und Ge -- duld. Hal -- le -- lu -- ja! }
 \addlyrics { \set stanza = #"3. " Die Freu -- de füllt dies Haus macht die -- sen Tag zum Fest. Der Herr ist mit -- ten un -- ter uns, sein Wort steht fest. Dankt uns -- rem Herrn. Ver -- gesst nicht, was er für uns tat. Hal -- le -- lu -- ja! }
 \addlyrics { \set stanza = #"4. " In je -- den Ton schwingt Dank und Lob -- preis bricht sich Bahn. Wir stehn in Ehr -- furcht vor dem Herrn und be -- ten an. Preist un -- sern Herrn. Nur ihm al -- lein ge -- hört der Ruhm. Hal -- le -- lu -- ja! }
 \new Voice = "Alt" { \voiceTwo \relative c'' { \Praes
  a4 | fis d a' fis | fis2. a4 | g d d8( cis) d4 | cis2. cis4 | d d fis fis | e e e fis | e a2( gis4) | e2. d4 | d2 e | a4( g fis) d | d d d8( cis) d4 | fis fis fis g | fis2 e4( g) fis2. }}
 >>
 r4 \bar "|." }
\new Staff { \Praes \clef "bass" r2 r4 <<
 \new Voice = "Tenor" { \voiceOne \relative c' { a4^\f | fis d a' fis | d'2. \breathe d4 | d a a a | a2. \breathe a4 | a g h h | h gis a a | a( cis) e( d) | cis2. \breathe a4 | g2 a2 | a2. \breathe a4 | h h h a | d cis h h | a2 a | a2. }}
 \new Voice = "Bass" { \voiceTwo \relative c' { a4 | fis d a' fis | h2. fis4 | g fis e d8( fis) | a2. g4 | fis e d d | e e8( d) cis4 d | e2 e2 | a2. fis4 | g2 g | fis4( e d) fis | g fis e fis | h ais h g | a2 a, | d2. }} 
 >>
 r4 \bar "|." }
>>