summaryrefslogtreecommitdiff
path: root/Ich_traue_auf_dich
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-06-14 13:11:17 +0200
committerErich Eckner <git@eckner.net>2017-06-14 13:11:17 +0200
commit1b7563517103e529c878fbbe0a14539ab8424366 (patch)
tree7f4b79ed0704554064c4e8dd9936d3b2f5f2b8f6 /Ich_traue_auf_dich
parent8c1a2a70fbd04d27d967359c3dbef0f70f8dd2bc (diff)
downloadMusik-1b7563517103e529c878fbbe0a14539ab8424366.tar.xz
Ich_traue_auf_dich neu
Diffstat (limited to 'Ich_traue_auf_dich')
-rwxr-xr-xIch_traue_auf_dich/Ich_traue_auf_dich.ly43
-rw-r--r--Ich_traue_auf_dich/Makefile23
-rwxr-xr-xIch_traue_auf_dich/stimmen.ly179
-rwxr-xr-xIch_traue_auf_dich/texte.ly44
4 files changed, 289 insertions, 0 deletions
diff --git a/Ich_traue_auf_dich/Ich_traue_auf_dich.ly b/Ich_traue_auf_dich/Ich_traue_auf_dich.ly
new file mode 100755
index 0000000..c8e5f09
--- /dev/null
+++ b/Ich_traue_auf_dich/Ich_traue_auf_dich.ly
@@ -0,0 +1,43 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmen.ly"
+\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+
+\score {
+ \header {
+ title = "Selig seid ihr"
+ }
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = "Frauen" { \oneVoice \global \pausenFrauen }
+ \new Voice = "Sopran" { \voiceOne \global \sopranMelodie }
+ \new Voice = "Alt" { \voiceTwo \global \altMelodie }
+ \new Lyrics \lyricsto "Sopran" { \textI }
+ \new Lyrics \lyricsto "Sopran" { \textIa }
+ \new Lyrics \lyricsto "Sopran" { \textII }
+ \new Lyrics \lyricsto "Sopran" { \textIIa }
+ >>
+ \new Staff <<
+ \clef "bass"
+ \new Voice = "Maenner" { \oneVoice \global \pausenMaenner }
+ \new Voice = "Tenor" { \voiceOne \global \tenorMelodie }
+ \new Voice = "Bass" { \voiceTwo \global \bassMelodie }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}
diff --git a/Ich_traue_auf_dich/Makefile b/Ich_traue_auf_dich/Makefile
new file mode 100644
index 0000000..ef6dedf
--- /dev/null
+++ b/Ich_traue_auf_dich/Makefile
@@ -0,0 +1,23 @@
+CURDOC=$(shell basename "$(CURDIR)")
+
+ifeq ($(FUER),ewe)
+ SPEZIFISCH=\#(set! paper-alist (cons '(\"kindle\" . (cons (* 210 mm) (* 130 mm))) paper-alist))\n\#(set-default-paper-size \"kindle\")
+else
+ SPEZIFISCH=
+ # \#(set-global-staff-size 14)
+endif
+
+all: $(CURDOC).pdf
+
+clean:
+ rm -f *.pre
+
+Clean: clean
+ rm -f *.pdf *.midi
+
+%.pre: %.ly
+ sed "s@%spezifisch%@$(SPEZIFISCH)@" "$<" > "$@"
+
+%.pdf: %.pre *.ly
+ lilypond $<
+
diff --git a/Ich_traue_auf_dich/stimmen.ly b/Ich_traue_auf_dich/stimmen.ly
new file mode 100755
index 0000000..f7bc891
--- /dev/null
+++ b/Ich_traue_auf_dich/stimmen.ly
@@ -0,0 +1,179 @@
+
+global = {
+ \time 4/4
+ \key g \major
+ \autoBeamOff
+}
+
+pausenFrauen = {
+ R1*3 |
+ \repeat volta 2 {
+ s1*7 |
+ }
+ \alternative {
+ {
+ s1 |
+ }
+ {
+ s1 | \bar "|."
+ }
+ }
+ s1*10 |
+ r4. s8 s2 |
+ s r | \bar "|."
+ s1*9 | \bar "||"
+}
+
+pausenMaenner = {
+ R1*3 |
+ \repeat volta 2 {
+ R1*7 |
+ }
+ \alternative {
+ {
+ R1 |
+ }
+ {
+ r4. s8 s2 | \bar "|."
+ }
+ }
+ s1*10 |
+ r4. s8 s2 |
+ s r | \bar "|."
+ s2 r |
+ R1*7 |
+ r4. s8 s2 | \bar "||"
+}
+
+sopranMelodie = \relative d' {
+ \oneVoice
+ s1*3 |
+ \repeat volta 2 {
+ r8 d e g fis e e d |
+ e2 r |
+ r8 g g g a a a g |
+ h2 r |
+ r8 h h d d a a h |
+ g4\breathe h8 fis4. h8 e,~ |
+ e h' h2 r4 |
+ }
+ \alternative {
+ {
+ r1 |
+ }
+ {
+ s4. \voiceOne d,8 d g fis g~ | \bar "||"
+ }
+ }
+ g4. d8 d g fis g~ |
+ g4. d8 g a h c |
+ d g, g g g a h c |
+ a4. d,8 d g fis g~ |
+ g4. d8 d g fis g~ |
+ g4. d8 g a h c |
+ d g, g g g a h c |
+ a4. d,8 d' c h a |
+ h4 g8 fis4. h8 h |
+ e,4( h'8) h~ h2 |
+ s4. d,8 d g fis g~ |
+ g2 s | \bar "|."
+ g \oneVoice r4. g8 |
+ e g16 g g2 r8 e' |
+ d g, g2 r8 d' |
+ c e, e2 c'4 |
+ h2. r8 g |
+ e c'16 c c2 r8 d16 e |
+ d8 g, g2 r8 e |
+ c' h g e4. h'4 |
+ a4. \voiceOne d,8 d g fis g | \bar "||"
+}
+
+altMelodie = \relative d' {
+ s1*3 |
+ \repeat volta 2 {
+ s1*7 |
+ }
+ \alternative {
+ {
+ s1 |
+ }
+ {
+ s4. d8 c c d d~ | \bar "||"
+ }
+ }
+ d4. h8 c c c d~ |
+ d4. d8 d g g g |
+ g g g g e e e e |
+ g4( fis8) d d d d d~ |
+ d4. h8 c c c d~ |
+ d4. d8 d g g g |
+ g g g g e e e e |
+ g4( fis8) d fis fis fis fis |
+ g4 g8 fis4. fis8 fis |
+ e4. e8~ e2 |
+ s4. d8 c c d d~ |
+ d2 s | \bar "|."
+ d2 s |
+ s1*7 |
+ s4. d8 c c d d | \bar "||"
+}
+
+tenorMelodie = \relative d {
+ s1*3 |
+ \repeat volta 2 {
+ s1*7 |
+ }
+ \alternative {
+ {
+ s1 |
+ }
+ {
+ s4. d8 g g a h~ | \bar "||"
+ }
+ }
+ h4. d,8 e e d g~ |
+ g4. h8 h c d d |
+ e e e e c c c c |
+ d4. d8 c c c h~ |
+ h4. d,8 e e d g~ |
+ g4. h8 h c d d |
+ e e e e c c c c |
+ d4. d8 a a h h |
+ h4 h8 h4. h8 h |
+ h4. h8~ h2 |
+ s4. d,8 g g a h~ |
+ h2 s | \bar "|."
+ h s |
+ s1*7 |
+ s4. d,8 g g a h | \bar "||"
+}
+
+bassMelodie = \relative d {
+ s1*3 |
+ \repeat volta 2 {
+ s1*7 |
+ }
+ \alternative {
+ {
+ s1 |
+ }
+ {
+ s4. d8 d d d g,~ | \bar "||"
+ }
+ }
+ g4. g8 a a a h~ |
+ h4. h8 h h h h |
+ c c c' h a a a a |
+ d,4. d8 d d d g,~ |
+ g4. g8 a a a h~ |
+ h4. h8 h h h h |
+ c c c' h a a a a |
+ d,4. d8 d d dis dis |
+ e4 e8 d4. d8 d |
+ c4. c8~ c2 |
+ s4. d8 d d d g,~ |
+ g2 s | \bar "|."
+ g s |
+ s1*7 |
+ s4. d'8 d d d g, | \bar "||"
+}
diff --git a/Ich_traue_auf_dich/texte.ly b/Ich_traue_auf_dich/texte.ly
new file mode 100755
index 0000000..6dda9c5
--- /dev/null
+++ b/Ich_traue_auf_dich/texte.ly
@@ -0,0 +1,44 @@
+
+textI = \lyricmode {
+ \set stanza = "1."
+ Das Herbst -- laub fällt vom Wind ver -- weht,
+ der Blät -- ter Far -- ben -- pracht ver -- geht.
+ Die Näch -- te wer -- den kalt und lang,
+ Ge -- sang ver -- klingt im Nichts.
+ \set stanza = "1-3."
+ Ich trau -- e auf dich, auf das, was du sagst.
+ Ich glau -- be, dass du bei mir bist an je -- dem neu -- en Tag.
+ Ich trau -- e auf dich, du bleibst ja bei mir.
+ Ich weiß, dass du mich hörst und dass mein Be -- ten dringt zu dir.
+ Ich spü -- re: Du bist da, dein Wort wird mich tra -- gen.
+ Ich trau -- e auf dich. dich.
+ \set stanza = "3."
+ Ich trau -- e auf dich.
+ Du trös -- test mich und gibst mir Kraft, mein Gott.
+ Ich hö -- re auf das, was du mir ver -- heißt.
+ Dein Wort wird nie -- mals ver -- gehn.
+ Ich trau -- e auf dich.
+}
+
+textIa = \lyricmode {
+ Der kal -- ten Son -- ne blas -- ser Schein
+ hüllt sich in schwar -- ze Schat -- ten ein;
+ da strahlt ein Lich in neu -- em Glanz,
+ und ganz zm -- fängst du mich.
+}
+
+textII = \lyricmode {
+ \set stanza = "2."
+ Die Freu -- de stirbt. Ich fühl mich leer.
+ Den Sehn -- suchts -- traum träum ich nicht mehr.
+ Ich starr ins Dun -- kel. Nir -- gends Licht.
+ Doch nicht bin ich ver -- stummt.
+}
+
+textIIa = \lyricmode {
+ Ich war -- te, dass der Mor -- gen tagt
+ und mir ein En -- gel Gu -- tes sagt.
+ Er spricht mir Mut und Hoff -- nung zu:
+ „Auch du wirst schon ge -- hört.“
+}
+