summaryrefslogtreecommitdiff
path: root/Nehmt_und_esst
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
committerErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
commitcd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (patch)
tree25be2d35abeec51d18d0204e199f3bdbf66826b1 /Nehmt_und_esst
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Nehmt_und_esst')
-rwxr-xr-xNehmt_und_esst/Nehmt_und_esst.ly34
1 files changed, 34 insertions, 0 deletions
diff --git a/Nehmt_und_esst/Nehmt_und_esst.ly b/Nehmt_und_esst/Nehmt_und_esst.ly
new file mode 100755
index 0000000..cc717af
--- /dev/null
+++ b/Nehmt_und_esst/Nehmt_und_esst.ly
@@ -0,0 +1,34 @@
+\include "deutsch.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 100 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+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 "|." }
+>>