diff options
author | Erich Eckner <git@eckner.net> | 2014-09-04 10:59:12 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2014-09-04 10:59:12 +0200 |
commit | cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (patch) | |
tree | 25be2d35abeec51d18d0204e199f3bdbf66826b1 /Ich_lobe_meinen_Gott | |
download | Musik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz |
initialer Commit
Diffstat (limited to 'Ich_lobe_meinen_Gott')
-rw-r--r-- | Ich_lobe_meinen_Gott/Ich_lobe_meinen_Gott.ly | 35 | ||||
-rw-r--r-- | Ich_lobe_meinen_Gott/stimmen.ly | 41 | ||||
-rw-r--r-- | Ich_lobe_meinen_Gott/texte.ly | 26 |
3 files changed, 102 insertions, 0 deletions
diff --git a/Ich_lobe_meinen_Gott/Ich_lobe_meinen_Gott.ly b/Ich_lobe_meinen_Gott/Ich_lobe_meinen_Gott.ly new file mode 100644 index 0000000..058a723 --- /dev/null +++ b/Ich_lobe_meinen_Gott/Ich_lobe_meinen_Gott.ly @@ -0,0 +1,35 @@ +\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 ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + } + \new Lyrics \lyricsto alt { \textI } + \new Lyrics \lyricsto alt { \textII } + \new Lyrics \lyricsto alt { \textIII } + \new Staff << + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Ich_lobe_meinen_Gott/stimmen.ly b/Ich_lobe_meinen_Gott/stimmen.ly new file mode 100644 index 0000000..3e475e8 --- /dev/null +++ b/Ich_lobe_meinen_Gott/stimmen.ly @@ -0,0 +1,41 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 2/2 + \autoBeamOff + } + +% Die Stimmen + + sopranMelodie = \relative a' { + a2_\mf g8 a b c | f,2. f4 | d'2 c4( b) | a a2 \breathe f4 | + d' d c c8 b | a4 a8 g f4 f8 f | b4 a g f | + f2 e | \breathe a g8 a b c | f,2. f4 | d'2 c4( b) | a a2 \breathe f4_\mp | + \repeat volta 2 { d' d c c8 b | a a a g f4. f8 | b4( a) g4.( f8) | } \alternative {{ f2. \breathe f4_\f | } { f1 | \bar "|." }} + } + + altMelodie = \relative c' { + f2 e8 e e e | d2. d4 | f2 e | f4 f2 \breathe f4 | + f f e e8 e | e4 e8 e d4 d8 d | d4 d d d | + c2 c | \breathe f e8 e e e | d2. d4 | f2 e | f4 f2 \breathe f4 | + \repeat volta 2 { f f e e8 e | e e e e d4. d8 | d2 e | } \alternative {{ f2. \breathe f4 | } { c1 | \bar "|." }} + } + + tenorMelodie = \relative c' { + c2 c8 c c b | a2. a4 | b2 a4( c) | c c2 \breathe a4 | + b a g g8 g | a4 a8 a a4 a8 a | g4 g g g | + g2 g | \breathe c c8 c c b | a2. a4 | b2 g4( c) | c c2 \breathe a4 | + \repeat volta 2 { b a g g8 g | a a a a a4. a8 | g2 b2 | } \alternative {{ a2. \breathe a4 | } { a1 | \bar "|." }} + } + + bassMelodie = \relative f { + f2 c8 c c c | d2. c4 | b2 c | f4 f2 \breathe f4 | + b, b c c8 c | cis4 cis8 cis d4 d8 c | b4 b h h | + c2 c | \breathe f c8 c c c | d2. c4 | b2 c | f4 f2 \breathe f4 | + \repeat volta 2 { b, b c c8 c | cis cis cis cis d4. c8 | b2 c2 | } \alternative {{ f2. \breathe f4 | } { f1 | \bar "|." }} + } + diff --git a/Ich_lobe_meinen_Gott/texte.ly b/Ich_lobe_meinen_Gott/texte.ly new file mode 100644 index 0000000..e6bd2d5 --- /dev/null +++ b/Ich_lobe_meinen_Gott/texte.ly @@ -0,0 +1,26 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyrics {
+ \set stanza = "1."
+ Ich lo -- be mei -- nen Gott von gan -- zem Her -- zen.
+ Er -- zäh -- len will ich von all sei -- nen Wun -- dern und sin -- gen sei -- nem Na -- men.
+ Ich lo -- be mei -- nen Gott von gan -- zem Her -- zen.
+ \set stanza = "1.-3."
+ Ich freu -- e mich und bin fröh -- lich, Herr, in dir. Hal -- le -- lu -- ja! Ich ja!
+ }
+ textII = \lyrics {
+ \set stanza = "2."
+ Ich sin -- ge mei -- nem Gott von gan -- zem Her -- zen.
+ Er -- zäh -- len will ich von all sei -- ner Lie -- be und prei -- sen sei -- ne Gna -- de.
+ Ich sin -- ge mei -- nem Gott von gan -- zem Her -- zen.
+ }
+ textIII = \lyrics {
+ \set stanza = "3."
+ Ich dan -- ke mei -- nem Gott von gan -- zem Her -- zen.
+ Er -- zäh -- len will ich, dass er al -- le Men -- schen in sei -- nen Hän -- den trägt. _
+ Ich dan -- ke mei -- nem Gott von gan -- zem Her -- zen.
+ }
|