summaryrefslogtreecommitdiff
path: root/Meine_Kraft_ist_in_den_Schwachen_maechtig_
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 /Meine_Kraft_ist_in_den_Schwachen_maechtig_
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Meine_Kraft_ist_in_den_Schwachen_maechtig_')
-rw-r--r--Meine_Kraft_ist_in_den_Schwachen_maechtig_/Meine_Kraft_ist_in_den_Schwachen_maechtig_.ly60
-rw-r--r--Meine_Kraft_ist_in_den_Schwachen_maechtig_/stimmen.ly155
-rw-r--r--Meine_Kraft_ist_in_den_Schwachen_maechtig_/texte.ly41
3 files changed, 256 insertions, 0 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
new file mode 100644
index 0000000..537c306
--- /dev/null
+++ b/Meine_Kraft_ist_in_den_Schwachen_maechtig_/Meine_Kraft_ist_in_den_Schwachen_maechtig_.ly
@@ -0,0 +1,60 @@
+\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")
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new Staff <<
+ \set Score.skipBars = ##t
+ \new Voice = Oberstimme { \global \oberstimmenMelodie }
+ \new ChoirStaff <<
+ \new Lyrics = sopranRefrain { }
+ \new Staff <<
+ \new Voice = frauen { \global \pausenFrauen }
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics \lyricsto sopran { \textI }
+ \new Lyrics \lyricsto sopran { \textII }
+ \new Lyrics \lyricsto sopran { \textIII }
+ \new Lyrics = altRefrain { }
+ \new Lyrics = tenorRefrain { }
+ \new Staff <<
+ \new Voice = maenner { \global \clef "bass" \pausenMaenner }
+ \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ \new Lyrics = bassRefrain { }
+ \context Lyrics = sopranRefrain \lyricsto sopran \lyricmode { \textPauseFrauen \textRefrain }
+ \context Lyrics = altRefrain \lyricsto alt \lyricmode { \textPauseFrauen \textRefrain }
+ \context Lyrics = tenorRefrain \lyricsto tenor \lyricmode { \textPauseMaenner \textRefrain }
+ \context Lyrics = bassRefrain \lyricsto bass { \textPauseMaenner \textRefrain }
+ >>
+ \new PianoStaff <<
+ \new ChordNames \begleitAkkorde
+ \new Staff = links <<
+ \new Voice = linksnormal { \global \autoBeamOn \klavierLinksMelodie }
+ \new Voice = linksoben { \global \autoBeamOn \voiceOne \klavierLinksOMelodie }
+ \new Voice = linksunten { \global \autoBeamOn \voiceTwo \klavierLinksUMelodie }
+ >>
+ \new Staff = rechts <<
+ \new Voice = rechtsnormal { \global \autoBeamOn \klavierRechtsMelodie }
+ \new Voice = rechtsoben { \global \autoBeamOn \voiceOne \klavierRechtsOMelodie }
+ \new Voice = rechtsunten { \global \autoBeamOn \voiceTwo \klavierRechtsUMelodie }
+ >>
+ >>
+ >>
+ \layout {
+ indent = #0
+ \context { \Staff \RemoveEmptyStaves }
+ }
+}
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..bc0888b
--- /dev/null
+++ b/Meine_Kraft_ist_in_den_Schwachen_maechtig_/stimmen.ly
@@ -0,0 +1,155 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key d \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+ }
+
+% Die Stimmen
+
+ pausenFrauen = {
+ R1*8 | \bar "|."
+ s1*7 | s2. r4 | \bar "||"
+ s1*6 | s4 r8 s s2 |
+ s1 | R1 | \time 2/4 R2 | \bar "||"
+ }
+
+ pausenMaenner = {
+ R1*8 | \bar "|."
+ R1*4 |
+ s1*3 | s2. r4 | \bar "||"
+ s1*6 | s4 r8 s s2 |
+ s1 | R1 | \time 2/4 R2 | \bar "||"
+ }
+
+ oberstimmenMelodie = \relative e'' {
+ R1*4 |
+ r8 e fis g a cis d e | r d, e fis g h cis d | d4 cis8 h cis a g a~ | a fis e d~ d2^\fermata \bar "|."
+ R1*4 | fis4 e8 d d4 h8 d | g4 fis8 e e4 d~ |
+ d2 h4 d | e2 r16 a, h cis d e fis g \bar "||"
+ a4 g8 fis g2 | r8 e a g g4 fis | r8 h a h
+ g a fis g | e4 a, r16 a h cis d e fis g | a4 g8 fis g2 |
+ r8 e a g fis4 r16 e d cis | d8 cis h a h cis d cis~ |
+ cis d e fis~ fis4 a~ | a2 r8 g16 fis e8 d | \time 2/4 a2 | \bar "||"
+ }
+
+ sopranMelodie = \relative d' {
+ s1*8 \bar "|."
+ d8 a d e e4. e8 | e d e fis fis4. fis8 |
+ fis d fis a h4. h8 | h a a fis e2 |
+ d8 a d e e2 | e8 d e fis fis2 |
+ fis8 d fis a d4 a8 fis a2. s4 \bar "||"
+ h h h8 e, fis g | a4. g8 g4 fis \breathe | h h
+ h a8 fis | e4. fis8 fis2 \breathe | h4 h h8 e, fis g |
+ a4 cis e d~ | d s8 d h a fis e~ |
+ e4 d8 d~ d2 | s1 | \time 2/4 s2 | \bar "||"
+ }
+
+ altMelodie = \relative es' {
+ s1*8 \bar "|."
+ d8 a d e e4. e8 | e d e fis fis4. fis8 |
+ fis d fis a h4. h8 | h a a fis e2 |
+ d8 a d e e2 | e8 d e fis fis2 |
+ fis8 d fis a d4 a8 fis a2. s4 \bar "||"
+ g g e e | e8 cis d e e4 d \breathe | g g
+ fis e8 d | d4 cis d2 \breathe | g4 g e e |
+ e8 g fis e fis4 fis~ | fis s8 fis g fis d cis~ |
+ cis4 h8 a~ a2 | s1 | \time 2/4 s2 | \bar "||"
+ }
+
+ tenorMelodie = \relative d {
+ s1*8 \bar "|."
+ s1*4 |
+ d8 a d e e2 | e8 d e fis fis2 |
+ fis8 d fis a d4 a8 fis a2. s4 \bar "||"
+ d d g,8 g a h | a4 a a a \breathe | d d
+ d cis8 h | g4. a8 a2 \breathe | d4 d g,8 g a h |
+ e,4 a cis h~ | h s8 h g a h a~ |
+ a4 g8 fis~ fis2 | s1 | \time 2/4 s2 | \bar "||"
+ }
+
+ bassMelodie = \relative d {
+ s1*8 \bar "|."
+ s1*4 |
+ d8 a d e e2 | e8 d e fis fis2 |
+ fis8 d fis a d4 a8 fis a2. s4 \bar "||"
+ g fis e d | cis8 a h cis d4 d \breathe | g, g
+ g g8 g | a4 a d2 \breathe | g4 fis e d |
+ cis8 a h cis h4 h~ | h s8 h e e e a,~ |
+ a4 a8 d~ d2 | s1 | \time 2/4 s2 | \bar "||"
+ }
+
+ klavierLinksMelodie = \relative h'' {
+ h4 h h8 e,8 fis g | a4 a a8 d, e fis | g g, <d' g> g, g' cis, d e |
+ s1 |
+ h'4 h h8 e, fis g | a4 a a8 d, e fis | s1*2 | \bar "|."
+ <a, fis d a>2 <g e>8 d e g | <h g e h>2 <a fis d>8 a, d fis |
+ <a fis d a>2 <h fis d h> | <h fis d h>4. h8 <a e cis>8 a, cis e |
+ <a fis d a>2 <h g e>8 h, e g | <g e h>2 <a fis d>8 a, d fis |
+ <a fis d a>2 <h fis d h> | <a e d>8 h, d e <a e cis a>2 | \bar "||"
+ <h g d h> <h g e h> | s1\breathe | <h g d h>2
+ <h fis d h> | s1\breathe | <h g d h>2 <h g d h>4. e,8 |
+ s1*2 | s2 d8 a d e | e a e d~ d a d e | \time 2/4 e2 | \bar "||"
+ }
+
+ klavierLinksOMelodie = \relative fis'' {
+ s1*3 | <fis fis,>1 |
+ s1*2 | g8 fis e d e4 d8 d~ | d1^\fermata | \bar "|."
+ s1*8 | \bar "||"
+ s1 | a4. g8 <g e>4 <fis d> | s1 |
+ <e g,>4. <fis a,>8 <fis a,>2 | s1 |
+ a4 cis <cis e> <h d>~ | <h d>2 <g h>4. a8~ |
+ a2 s | s1 | \time 2/4 s2 | \bar "||"
+ }
+
+ klavierLinksUMelodie = \relative fis'' {
+ s1*3 | <fis fis,>8 e d cis d cis h a |
+ s1*2 | h2 a4 g | fis e fis2_\fermata | \bar "|."
+ s1*8 | \bar "||"
+ s1 | e2 a, | s1 |
+ d4 cis d2 | s1 |
+ e2 fis~ | fis d4. e8~ |
+ e2 s | s1 | \time 2/4 s2 | \bar "||"
+ }
+
+ klavierRechtsMelodie = \relative h' {
+ <h g e>2~ <h g e d> | s1 | \clef "bass" <d, e,>2 <e a,> | <d d,> a4 d | \clef "G"
+ s1*2 | \clef "bass" <d e,>2 <cis a> | s1 | \bar "|."
+ d, | d | d2 h | g a |
+ d1 | d | d2 g, | a1 | \bar "||"
+ g4 fis' e d | cis8 a h cis d2\breathe | g,1 |
+ a2 d\breathe | g,4 fis' e d |
+ cis8 a h cis h2~ | h e4. a,8~ |
+ a2 s2 | s1 | \time 2/4 s2 | \bar "||"
+ }
+
+ klavierRechtsOMelodie = \relative a' {
+ s1 | a2 <a d,> | \clef "bass" s1*2 | \clef "G"
+ r8 fis e d cis2 | r8 e d cis d2 | \clef "bass" s1 | a^\fermata | \bar "|."
+ s1*8 | \bar "||"
+ s1*5 |
+ s1*2 | s2 d | cis h | \time 2/4 cis | \bar "||"
+ }
+
+ klavierRechtsUMelodie = \relative e' {
+ s1 | <e cis>8 a, h cis h2 | \clef "bass" s1*2 | \clef "G"
+ g'1 | fis2 h, | \clef "bass" s1 | d,_\fermata | \bar "|."
+ s1*8 | \bar "||"
+ s1*5 |
+ s1*2 | s2 d | d1~ | \time 2/4 d2 | \bar "||"
+ }
+
+ begleitAkkorde = \chordmode {
+ \set majorSevenSymbol = \markup { 7 }
+ e1:min7 | a2 h:min7 | e:min7 a:maj7 | d1 |
+ g2 a:maj7 | d h:min7 | e:min7 a4 g | d1 |
+ d2 e1:min d h2:min | g:maj7 a |
+ d e1:min d g2:maj7 | a:sus4 a |
+ g e:min | a d | g
+ g:maj7 | a4:sus4 a:maj7 d2 | g e:min |
+ cis a4 h2. e4.:min7 a8~ | a2 d | a g | a |
+ } \ No newline at end of file
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..49e34a2
--- /dev/null
+++ b/Meine_Kraft_ist_in_den_Schwachen_maechtig_/texte.ly
@@ -0,0 +1,41 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Manch -- mal reicht ein Hauch. Kaum spür -- bar fängt es an:
+ Aus A -- tem wird ein Lied, das in uns sin -- gen kann.
+ An -- ders als ge -- dacht; laut ge -- schieht das nicht.
+ \set stanza = "1.-3."
+ Denn es gilt, was Je -- sus ver -- spricht:
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Manch -- mal wächst ein Wort aus Zwei -- fel und aus Mut.
+ Dann wei -- tet sich der Blick und sie -- he: Es ist gut.
+ An -- ders als ge -- dacht; schnell ge -- schieht das nicht.
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Manch -- mal glückt ein Sprung. Ver -- trau -- en macht uns frei.
+ Der Kum -- mer bleibt zu -- rück. Was jetzt be -- ginnt, ist neu.
+ An -- ders als ge -- dacht; leicht ge -- schieht das nicht.
+ }
+
+ textPauseFrauen = {
+ \repeat unfold 41 { \skip 1 }
+ }
+
+ textPauseMaenner = {
+ \repeat unfold 18 { \skip 1 }
+ }
+
+ textRefrain = \lyricmode {
+ „Mei -- ne Kraft ist in den Schwa -- chen mäch -- tig,
+ mei -- ne Gna -- de wird um euch sein.
+ Mei -- ne Kraft ist in den Schwa -- chen mäch -- tig.“
+ Die mäch -- ti -- ge Angst wird klein.
+ }