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 /Ach_wie_fluechtig | |
download | Musik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz |
initialer Commit
Diffstat (limited to 'Ach_wie_fluechtig')
-rw-r--r-- | Ach_wie_fluechtig/Ach_wie_fluechtig.ly | 71 | ||||
-rw-r--r-- | Ach_wie_fluechtig/stimmen.ly | 212 | ||||
-rw-r--r-- | Ach_wie_fluechtig/texte.ly | 38 |
3 files changed, 321 insertions, 0 deletions
diff --git a/Ach_wie_fluechtig/Ach_wie_fluechtig.ly b/Ach_wie_fluechtig/Ach_wie_fluechtig.ly new file mode 100644 index 0000000..b7e73a1 --- /dev/null +++ b/Ach_wie_fluechtig/Ach_wie_fluechtig.ly @@ -0,0 +1,71 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\paper { + top-margin = 5 + print-all-headers = ##t +} +\header { + title = "Ach wie flüchtig, ach wie nichtig" + composer = "J.S.Bach" + tagline = ##f +} + +\score { + \header { + title = "1. Coro" + composer = ##f + } + + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = sopran { \globalI \sopranMelodieI } + >> + \new Lyrics \lyricsto sopran { \sopranTextI } + \new Staff << + \new Voice = alt { \globalI \altMelodieI } + >> + \new Lyrics \lyricsto alt { \altTextI } + \new Staff << + \new Voice = tenor { \globalI \clef "G_8" \tenorMelodieI } + >> + \new Lyrics \lyricsto tenor { \tenorTextI } + \new Staff << + \new Voice = bass { \globalI \clef "bass" \bassMelodieI } + >> + \new Lyrics \lyricsto bass { \bassTextI } + >> + \layout { + indent = #0 + } +} + +\score { + \header { + title = "6. Choral" + composer = ##f + } + + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = sopran { \globalVI \voiceOne \sopranMelodieVI } + \new Voice = alt { \globalVI \voiceTwo \altMelodieVI } + >> + \new Lyrics \lyricsto sopran { \TextVI } + \new Staff << + \new Voice = tenor { \globalVI \voiceOne \clef "bass" \tenorMelodieVI } + \new Voice = bass { \globalVI \voiceTwo \clef "bass" \bassMelodieVI } + >> + >> + \layout { + indent = #0 + } +}
\ No newline at end of file diff --git a/Ach_wie_fluechtig/stimmen.ly b/Ach_wie_fluechtig/stimmen.ly new file mode 100644 index 0000000..dd10e1c --- /dev/null +++ b/Ach_wie_fluechtig/stimmen.ly @@ -0,0 +1,212 @@ +\version "2.18" + +globalI = { + \time 4/4 + \key c \major + \autoBeamOff +} + +sopranMelodieI = \relative a' { + \repeat volta 2 { + R1*16 | + a2 h | + c c | + R1*2 | + c2 d | + e e | + R1*2 | + e2 e | + d c | + h1 | + a | + R1*4 | + e'2 e | + f f | + e e | + d d | + R1*2 | + d2 d | + e e | + d d | + c c | + R1*2 | + c2 d | + e c | + h h | + a a | + R1*17 | + } +} + +altMelodieI = \relative e' { + \repeat volta 2 { + R1*16 | + r4 e8 a gis e r4 | + r a8 h c c c d | + e a, r2. | + R1 | + r4 e8 a g d r4 | + r c8 d e e e f | + g c, r2. | + R1 | + r4 g'8 h c g r4 | + r2. e8 fis | + gis gis gis a h a gis4 | + a a8 h c c c d | + e a, r2. | + R1*3 | + r4 a8 b b e, r4 | + r d'8 a a f f f | + b g a g16[ f] e8 e r4 | + r4 d8 e f f f g | + a d, r2. | + R1 | + r4 g8 as as d, r4 | + r c'8 g g e e e | + a f g f16[ e] d8 d r4 | + r c8 d e e e f | + g c, r2. | + R1 | + r4 a'8 r4. a8 r | + r4 h8 gis e e a a | + a gis gis a h a gis4 | + a4 a8 h c c c d | + e a, r2. | + R1*16 | + } +} + +tenorMelodieI = \relative e' { + \repeat volta 2 { + R1*16 | + r4 e8 c h gis r4 | + r a8 h c c c d | + e a, r2. | + R1 | + r4 c8 c d h r4 | + r c8 d e e e f | + g c, r2. | + R1 | + r4 e8 f g c, r4 | + r a8 h c c c d | + e e d e f d h4 | + c a8 h c c c d | + e a, r2. | + R1*3 | + r4 e'8 g g cis, r4 | + r a'8 f f d d d | + d cis a h cis cis r4 | + r d8 e f f f g | + a d, r2. | + R1 | + r4 d8 f f h, r4 | + r g'8 e e c c c | + c h g a h h r4 | + r c8 d e e e f | + g c, r2. | + R1 | + r4 f8 r4. f8 r | + r4 e8 h c c e e | + f e d e f d h4 | + c a8 h c c c d | + e a, r2. | + R1*16 | + } +} + +bassMelodieI = \relative c' { + \repeat volta 2 { + R1*16 | + r4 c8 a e e r4 | + r a8 h c c c d | + e a, r2. | + R1 | + r4 a8 a h g r4 | + r c,8 d e e e f | + g c, r2. | + R1 | + r4 c8 d e e e f | + g g, fis' gis a a, r4 | + r f'8 e d h e4 | + a, a'8 h c c c d | + e a, r2. | + R1*3 | + r4 a8 e' cis a r4 | + r d,8 a' d a b f | + g e f g a a, r4 | + r d8 e f f f g | + a d, r2. | + R1 | + r4 g8 d' h g r4 | + r c,8 g' c g a e | + f d e f g g, r4 | + r c8 d e e e f | + g c, r2. | + R1 | + r4 f8 r4. d'8 r | + r4 + gis,8 e a a c a | + d d f, e d h e4 | + a, a'8 h c c c d | + e a, r2. | + R1*16 | + } +} + +globalVI = { + \time 4/4 + \key c \major + \autoBeamOff +} + +sopranMelodieVI = \relative a' { + a4 h c c | + c d e e | + e e d c | + h4.( a8) a2 | + e'4 e f f | + e e d d | + d d e e | + d d c c | + c d e d8[( c]) | + h4 h a a^\fermata | \bar "|." +} + +altMelodieVI = \relative e' { + e4 e e e | + e g g g | + g c c8[( h]) h[( a]) | + a4( gis) e2 | + a4 a a b | + b a8[( g]) g[( e]) fis4 | + g g g a | + a g8[( f]) f[( d]) e4 | + f f e e | + fis e8[( d]) d[( h]) cis4_\fermata | \bar "|." +} + +tenorMelodieVI = \relative c' { + c4 h a a | + a h c c | + c8[( d]) c[( h]) a[( h]) c[( e]) | + f4( e8[ d]) cis2 | + cis8[( d]) e[( cis]) d4 d | + d cis d a | + h8[( c]) d[( h]) c4 c | + c h c g | + a a h a | + a gis a e^\fermata | \bar "|." +} + +bassMelodieVI = \relative a { + a4 gis a a, | + a' g c c, | + c'8[( h]) a[( g]) fis[( gis]) a4 | + d,( e) a,2 | + a'8[( h]) cis[( a]) d[( c]) b[( a]) | + g[( e]) a4 d, d | + g8[( a]) h[( g]) c[( h]) a[( g]) | + f[( d]) g4 c, c | + f e8[( d]) gis[( e]) a4 | + dis, e a a,_\fermata | \bar "|." +} diff --git a/Ach_wie_fluechtig/texte.ly b/Ach_wie_fluechtig/texte.ly new file mode 100644 index 0000000..723393f --- /dev/null +++ b/Ach_wie_fluechtig/texte.ly @@ -0,0 +1,38 @@ + +textIRest = \lyricmode { + Wie ein Ne -- bel bald ent -- ste -- het und auch wie -- der bald ver -- ge -- het, + wie ein Ne -- bel bald ent -- ste -- het, wie ein Ne -- bel bald ent -- ste -- het + und auch wie -- der bald ver -- ge -- het, und auch wie -- der bald ver -- ge -- het, + so, so, so ist un -- ser Le -- ben, se -- het, un -- ser Le -- ben, + se -- het, so ist un -- ser Le -- ben, se -- het! +} + +sopranTextI = \lyricmode { + Ach wie flüch -- tig, ach wie nich -- tig ist der Men -- schen Le -- ben! + Wie ein Ne -- bel bald ent -- ste -- het und auch wie -- der bald ver -- ge -- het, + so ist un -- ser Le -- ben, se -- het! +} + +altTextI = \lyricmode { + Ach wie flüch -- tig, ach wie flüch -- tig, ach wie nich -- tig, ach wie nich -- tig, ach wie flüch -- tig, ach wie nich -- tig, + ach wie flüch -- tig, ach wie nich -- tig ist der Men -- schen Le -- ben, ach wie flüch -- tig, ach wie nich -- tig! + \textIRest +} + +tenorTextI = \lyricmode { + Ach wie flüch -- tig, ach wie flüch -- tig, ach wie nich -- tig, ach wie nich -- tig, ach wie flüch -- tig, ach wie nich -- tig, + ach wie flüch -- tig, ach wie flüch -- tig, ach wie nich -- tig ist der Men -- schen Le -- ben, ach wie flüch -- tig, ach wie nich -- tig! + \textIRest +} + +bassTextI = \lyricmode { + Ach wie flüch -- tig, ach wie flüch -- tig, ach wie nich -- tig, ach wie nich -- tig, ach wie flüch -- tig, ach wie nich -- tig, + ach wie flüch -- tig, ach wie nich -- tig, ach wie nich -- tig ist der Men -- schen Le -- ben, ach wie flüch -- tig, ach wie nich -- tig! + \textIRest +} + +TextVI = \lyricmode { + Ach wie flüch -- tig, ach wie nich -- tig sind der Men -- schen Sa -- chen! + Al -- les, al -- les, was wir se -- hen, das muss fal -- len und ver -- ge -- hen; + wer Gott fürcht', bleibt e -- wig ste -- hen. +} |