summaryrefslogtreecommitdiff
path: root/Naeher_mein_Gott_zu_dir/stimmen.ly
blob: 87c3f52a8a59c7ff925ca84627c6ddf11cb267f1 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
%some settings% vim: ai sw=2 lbr nu et

\version "2.12"

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

% Die Stimmen

harmonien = \chordmode {
  \repeat volta 2 {
    f2 d4:m c |
    f1 |
    g2:m f4 c |
    f1 |
  }
  s2 b4 f |
  c d g2:m |
  s c |
  c4:7 c f2 |
  b1 |
  f |
  d2:m g4:m c |
  f1 | \bar "|."
}

pausen = {
  \repeat volta 2 {
    s1*3 |
    s2. r4 |
  }
  s1*7 |
  s2. r4 | \bar "|."
}

melodieSopran = \relative f' {
  \repeat volta 2 {
    f2 f4 g |
    a4. g8 f2\breathe |
    g f4 e |
    f2. s4 |
  }
  c'2 d4 c |
  c b8[ a] g2\breathe |
  b c4 b |
  b a8[ g] a2\breathe |
  d b4 d |
  c4. a8 c2\breathe |
  f, g4 e |
  f2. s4 | \bar "|."
}

melodieAlt = \relative c' {
  \repeat volta 2 {
    c2 d4 e |
    f4. e8 f2 |
    d c4 c |
    c2. s4 |
  }
  f2 f4 f |
  g g8[ fis] g2 |
  g g4 g |
  g f8[ e] f2 |
  f f4 f |
  f4. f8 f2 |
  f d4 c |
  c2. s4 | \bar "|."
}

melodieTenor = \relative a {
  \repeat volta 2 {
    a2 a4 c |
    c4. b8 a2\breathe |
    b2 a4 g |
    a2. s4 |
  }
  a2 b4 c |
  d d d2\breathe |
  d2 c4 c |
  c c c2\breathe |
  b2 b4 b |
  a4. c8 a2\breathe |
  a b4 g |
  a2. s4 | \bar "|."
}

melodieBass = \relative f {
  \repeat volta 2 {
    f2 d4 c |
    f4. f8 f2 |
    b, c4 c |
    f2. s4 |
  }
  f2 b4 a |
  g d g2 |
  g e4 e |
  f c f2 |
  b, d4 b |
  f'4. f8 f2 |
  d b4 c |
  f,2. s4 | \bar "|."
}