summaryrefslogtreecommitdiff
path: root/Jesu_meine_Freude/stimmen.ly
blob: f9554911987eb569b116eb5c6df32e8f5a06cf28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
%some settings% vim: ai sw=2 lbr nu et

  \version "2.18"

  global = {
    \key f \major
    %\override Staff.TimeSignature #'style = #'()
    \time 4/4
    \autoBeamOff
  }

% Die Stimmen

  sopranMelodie = \relative a' {
    \repeat volta 2 {
      a4 a g f |
      e2 d |
      a'4 h c a |
      d2 cis |
      d8[( e]) f4 e4. e8 |
      d1 |
    }
    a4 a b a |
    g4. g8 f2 |
    a4 h c a |
    d c8[( h]) h2 |
    a a4 a |
    g f8[( e]) e2 |
    d1 | \bar "|."
  }

  altMelodie = \relative f' {
    \repeat volta 2 {
      f4 e d8[( cis]) d4 |
      d( cis) a2 |
      f'8[( e]) d4 c c |
      f8[( g] a4) a2 |
      f8[( g]) a4 a4. g8 |
      f1 |
    }
    f4 f g f |
    f e c2 |
    f4 f g f8[( g]) |
    a4 a a( gis) |
    e2 f4 e |
    d d d( cis) |
    a1 | \bar "|."
  }

  tenorMelodie = \relative d' {
    \repeat volta 2 {
      d4 a b8[( e,]) f4 |
      b( a8[ g]) f2 |
      d'8[( c]) h[( a]) g4 f8[( g]) |
      a4( f') e2 |
      d4 d d cis |
      a1 |
    }
    d4 c c c |
    d c8[( b]) a2 |
    c4 d c c |
    f e f( e8[ d]) |
    cis2 d4 e8[( f]) |
    g[( g,]) a4 b( a8[ g]) |
    fis1 | \bar "|."
  }

  bassMelodie = \relative d {
    \repeat volta 2 {
      d4 c b4. a8 |
      g4( a) d2 |
      d4 g8[( f]) e4 f8[( e]) |
      d[( e f g]) a2 |
      b4 a8[( g]) a4 a, |
      d1 |
    }
    d8[( e]) f4 e f |
    b, c f2 |
    f4 e8[( d]) e4 f8[( e]) |
    d4 a d( e) |
    a,2 d4 c |
    b a g( a) |
    d1 | \bar "|."
  }