summaryrefslogtreecommitdiff
path: root/Mein_Jesus_ich_lieb_dich/stimmen.ly
blob: 34657e62756de35532789046655e0e8ab84775b9 (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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
%some settings% vim: ai sw=2 lbr nu et

\version "2.12"

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

punktBoegen = {
  \set melismaBusyProperties = #'()
  \slurDashed
  \tieDashed
}

strichBoegen = {
  \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy)
  \slurSolid
  \tieSolid
}

% Die Stimmen

akkorde = \chordmode {
  f4 |
  s2 b |
  f1 |
  c:7 |
  f |
  s2 b |
  f1 |
  c:7 |
  f |
  s2 b4 f |
  c1 |
  f2 b |
  f c4 f |
  s2 b |
  f1 |
  s2 c:7 |
  f2. \bar "|."
}

sopranMelodie = \relative f' {
  f4 |
  a2 b4 b |
  a4.( g8) f4 a |
  g2 e4 e |
  f2.\breathe f4 |
  a2 b4 b |
  a4.( g8) f4 a |
  g2 e4 e |
  f2.\breathe a4 |
  c2 d4 c |
  \punktBoegen b4( a) g c, |
  a'( c) b( g) \strichBoegen |
  f2( e4)\breathe f |
  a2 b4 b |
  a4.( g8) f4 a |
  c( b) a g |
  f2. \bar "|."
}

altMelodie = \relative c' {
  c4 f2 f4 f |
  f4.( c8) c4 f |
  e2 c4 c |
  c2. c4 |
  f2 f4 f |
  f4.( c8) c4 f |
  e2 c4 c |
  c2. f4 |
  f2 f4 f |
  \punktBoegen e( f) c c |
  c~ c d~ d \strichBoegen |
  c2. c4 |
  f2 f4 f |
  f4.( c8) c4 f |
  f2 e4 c |
  c2. \bar "|."
}

tenorMelodie = \relative a {
  a4 |
  c2 d4 d |
  c4.( b8) a4 c |
  b2 g4 g |
  a2.\breathe a4 |
  c2 d4 d |
  c4.( b8) a4 c |
  b2 g4 g |
  a2.\breathe c4 |
  c2 b4 c |
  \punktBoegen c~ c c c |
  c( a) g( b) \strichBoegen |
  a2( g4)\breathe a |
  c2 d4 d |
  c4.( b8) a4 c |
  a( g) c b |
  a2. \bar "|."
}

bassMelodie = \relative f {
  f4 |
  f2 f4 f |
  f2 f4 f |
  c2 c4 c |
  f2. f4 |
  f2 f4 f |
  f2 f4 f |
  c2 c4 c |
  f2. f4 |
  a2 b4 a |
  \punktBoegen g( f) e c |
  f~ f b,~ b \strichBoegen |
  c2. f4 |
  f2 f4 f |
  f2 f4 f |
  c2 c4 c |
  f2. \bar "|."
}