blob: 6d1193ace287456635db15f4b8a234792c2b31ed (
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
28
29
30
31
32
33
34
35
36
|
\include "deutsch.ly"
#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 100 mm))) paper-alist))
#(set-default-paper-size "kindle")
\pointAndClickOff
Praes = {
\time 3/4
\key f \major
}
\new ChoirStaff <<
\new Staff { \Praes <<
\new Voice = "Sopran" { \voiceOne \relative a' { \Praes
a2 a4 | c2 a8[ g] | f2 g4 | a2. | b2 b4 | a4.( g8) f4 | a2. | g2. |
a2 a4 | c2 a8[ g] | f2 g4 | a2. | b2 b4 | a4.( g8) f4 | g2. | f2. | }}
\addlyrics { \set stanza = #"1. " Nehmt und esst, das _ ist der Leib des Herrn Je -- sus Chris -- tus, nehmt und esst, das _ ist der Leib des Herrn Je -- sus Chris -- tus. }
\addlyrics { \set stanza = #"2. " Nehmt und trinkt, das _ ist das Blut des Herrn Je -- sus Chris -- tus, nehmt und trinkt, das _ ist das Blut des Herrn Je -- sus Chris -- tus. }
\addlyrics { \set stanza = #"3. " Nehmt und esst und _ nehmt und trinkt, was für euch ge -- ge -- ben. Nehmt und esst und _ nehmt und trinkt, was für euch ge -- ge -- ben. }
\addlyrics { \set stanza = #"4. " Esst und trinkt und _ nehmt ihn auf! Chris -- tus ist nun bei euch, esst und trinkt und _ nehmt ihn auf! Chris -- tus ist nun bei euch. }
\new Voice = "Alt" { \voiceTwo \relative f' { \Praes
f2 f4 | g2 a8[ g] | f2 e4 | f2. | f2 f4 | f2 f4 | f2. | e2. |
f2 f4 | g2 a8[ g] | f2 e4 | f2. | f2 f4 | f2 f4 | f2( e4) | f2. | }}
>>
r4 \bar "|." }
\new Staff { \Praes \clef "bass" <<
\new Voice = "Tenor" { \voiceOne \relative c' { \Praes
c2 c4 | c2 c4 | a2 c4 | c2. | d2 d4 | c4.( b8) a4 | c2. | c2. |
c2 c4 | c2 c4 | a2 c4 | c2. | d2 d4 | c4.( b8) a4 | b2. | a2. | }}
\new Voice = "Bass" { \voiceTwo \relative f {
f2 f4 | e2 e4 | d2 c4 | f2. | f2 f4 | f2 f4 | c2. | c2. |
f2 f4 | e2 e4 | d2 c4 | f2. | f2 f4 | f2 f4 | c2. | f2. | }}
>>
\bar "|." }
>>
|