summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2015-11-11 13:20:29 +0100
committerErich Eckner <git@eckner.net>2015-11-11 13:20:29 +0100
commitd7bb014456185c3fd48ba1736209d85d97fba68f (patch)
treedc734d93c91c35734cc6b021249d3343e2519de6
parent5102b97ccc1955edefc6f87a19b462258b6b8401 (diff)
downloadMusik-d7bb014456185c3fd48ba1736209d85d97fba68f.tar.xz
Meine_Kraft_ist_in_den_Schwachen_maechtig syntaktisch korrigiert
-rw-r--r--Meine_Kraft_ist_in_den_Schwachen_maechtig/Meine_Kraft_ist_in_den_Schwachen_maechtig.ly52
-rw-r--r--Meine_Kraft_ist_in_den_Schwachen_maechtig/stimmen.ly43
-rw-r--r--Meine_Kraft_ist_in_den_Schwachen_maechtig/texte.ly25
3 files changed, 81 insertions, 39 deletions
diff --git a/Meine_Kraft_ist_in_den_Schwachen_maechtig/Meine_Kraft_ist_in_den_Schwachen_maechtig.ly b/Meine_Kraft_ist_in_den_Schwachen_maechtig/Meine_Kraft_ist_in_den_Schwachen_maechtig.ly
index 2cf9ecc..b61fd55 100644
--- a/Meine_Kraft_ist_in_den_Schwachen_maechtig/Meine_Kraft_ist_in_den_Schwachen_maechtig.ly
+++ b/Meine_Kraft_ist_in_den_Schwachen_maechtig/Meine_Kraft_ist_in_den_Schwachen_maechtig.ly
@@ -1,4 +1,6 @@
\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")
@@ -12,43 +14,15 @@
top-margin = 5
}
-<<
-\new ChordNames {
- \chordmode {
- f2 c | b c | b c | f b | d:m c | f s | g:m c | f s | g:m c | f1 | c2 f | c:7 s |
- }
+\score {
+ <<
+ \new ChordNames \akkorde
+ \new Staff <<
+ \melodie
+ \context Lyrics = one \lyricsto refrain \refrainText
+ \context Lyrics = one \lyricsto verse \textI
+ \context Lyrics = two \lyricsto verse \textII
+ \context Lyrics = three \lyricsto verse \textIII
+ >>
+ >>
}
-\new Staff <<
-\relative a' {
- \key f \major
- \time 4/4
- \context Voice = refrain {
- \autoBeamOff
- \set melismaBusyProperties = #'()
- a4 c g4. c8 | c b b a g4 c,8 c | d4 e8 f e4 f8[ g] |
- a4 g8 f b4 a8 g | f2 f4 e | f2 r8 \bar "|."
- \context Voice = verse {
- \autoBeamOff
- \set melismaBusyProperties = #'()
- f8 g a | b4. a8 \slurDashed g( g) f[ g] | a[ b] a8. g16 f8 f g a |
- b4. a8 g g f g | a[ b] a8. g16 f4 r8 f |
- g2 a | b r \bar ":|" }}
- }
-\context Lyrics = one \lyricsto refrain \lyricmode {
- Mei -- ne Kraft ist in den Schwa -- chen mäch -- tig.
- Je schwä -- cher du bist, des -- to stär -- ker er -- weist sich an dir mei -- ne Kraft.
- }
-\context Lyrics = one \lyricsto verse \lyricmode {
- \set stanza = #"1. "
- Du bist ge -- wollt von Gott, _ kei -- ne Lau -- ne der Na -- tur. Du bist ge -- liebt von Gott. So bleibt dein Le -- ben in der Spur. Denn Je -- sus spricht:
- }
-\context Lyrics = two \lyricsto verse \lyricmode {
- \set stanza = #"2. "
- Du bist er -- füllt von Gott. Die Lie -- be wird dir Kraft -- quell sein. Du bist ge -- liebt von Gott. Gott setzt in sei -- nem Reich dich ein. Denn Je -- sus spricht:
- }
-\context Lyrics = three \lyricsto verse \lyricmode {
- \set stanza = #"3. "
- Du bist ge -- sandt von Gott. Ein Zeug -- nis für den Herrn zu sein. Du bist ge -- liebt von Gott. Ja so bist du nie mehr al -- lein. Denn Je -- sus spricht:
- }
->>
->> \ No newline at end of file
diff --git a/Meine_Kraft_ist_in_den_Schwachen_maechtig/stimmen.ly b/Meine_Kraft_ist_in_den_Schwachen_maechtig/stimmen.ly
new file mode 100644
index 0000000..2354bb5
--- /dev/null
+++ b/Meine_Kraft_ist_in_den_Schwachen_maechtig/stimmen.ly
@@ -0,0 +1,43 @@
+akkorde = \chordmode {
+ f2 c |
+ b c |
+ b c |
+ f b |
+ d:m c |
+ f s |
+ g:m c |
+ f s |
+ g:m c |
+ f1 |
+ c2 f |
+ c:7 s |
+}
+
+
+melodie = \relative a' {
+ \key f \major
+ \time 4/4
+ \repeat volta 2 {
+ \context Voice = refrain {
+ \autoBeamOff
+ \set melismaBusyProperties = #'()
+ a4 c g4. c8 |
+ c b b a g4 c,8 c |
+ d4 e8 f e4 f8[ g] |
+ a4 g8 f b4 a8 g |
+ f2 f4 e |
+ f2 r8 \bar "|."
+ }
+ \context Voice = verse {
+ \autoBeamOff
+ \set melismaBusyProperties = #'()
+ f8 g a |
+ b4. a8 \slurDashed g( g) f[ g] |
+ a[ b] a8. g16 f8 f g a |
+ b4. a8 g g f g |
+ a[ b] a8. g16 f4 r8 f |
+ g2 a |
+ b r |
+ }
+ }
+}
diff --git a/Meine_Kraft_ist_in_den_Schwachen_maechtig/texte.ly b/Meine_Kraft_ist_in_den_Schwachen_maechtig/texte.ly
new file mode 100644
index 0000000..2b4ecb7
--- /dev/null
+++ b/Meine_Kraft_ist_in_den_Schwachen_maechtig/texte.ly
@@ -0,0 +1,25 @@
+refrainText = \lyricmode {
+ Mei -- ne Kraft ist in den Schwa -- chen mäch -- tig.
+ Je schwä -- cher du bist, des -- to stär -- ker er -- weist sich an dir mei -- ne Kraft.
+}
+
+textI = \lyricmode {
+ \set stanza = #"1. "
+ Du bist ge -- wollt von Gott, _ kei -- ne Lau -- ne der Na -- tur.
+ Du bist ge -- liebt von Gott. So bleibt dein Le -- ben in der Spur.
+ Denn Je -- sus spricht:
+}
+
+textII = \lyricmode {
+ \set stanza = #"2. "
+ Du bist er -- füllt von Gott. Die Lie -- be wird dir Kraft -- quell sein. Du bist ge -- liebt von Gott.
+ Gott setzt in sei -- nem Reich dich ein.
+ Denn Je -- sus spricht:
+}
+
+textIII = \lyricmode {
+ \set stanza = #"3. "
+ Du bist ge -- sandt von Gott. Ein Zeug -- nis für den Herrn zu sein.
+ Du bist ge -- liebt von Gott. Ja so bist du nie mehr al -- lein.
+ Denn Je -- sus spricht:
+}