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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
|
%some settings% vim: ai sw=2 lbr nu encoding=utf8 et
% Abkürzungen
way = \lyricmode {
in the way she moves
}
attracts = \lyricmode {
at -- tracts me like no o -- ther lo -- ver.
}
unterdu = \lyricmode {
du du du du
du du du du du du du a
}
obersth = \lyricmode {
Some -- thing in the way she woes me
}
leave = \lyricmode {
don't want to leave her
}
believe = \lyricmode {
you know I be -- lieve and
}
smile = \lyricmode {
in her smile she
}
ba = \lyricmode {
ba ba ba ba
ba ba ba ba
ba ba ba ba
ba ba ba ba
}
need = \lyricmode {
that I don't need no o -- ther
}
oberstyle = \lyricmode {
lo -- ver.
Some -- thing in her style that shows me
}
unterlover = \lyricmode {
lo -- ver, no o -- ther lo -- ver
doo du du du du
}
oberba = \lyricmode {
ba ba da ba ba u
}
dimdim = \lyricmode {
dim dim dim dim
}
grow = \lyricmode {
you're as -- king me will my love grow,
}
know = \lyricmode {
I don't know
}
stick = \lyricmode {
You stick a -- round now, it may show,
}
think = \lyricmode {
all I have to do is think of
}
knows = \lyricmode {
Some -- thing in the way she knows
}
wa = \lyricmode {
wa -- ooh du du du du
}
shows = \lyricmode {
Some -- thing in the things she shows me
}
% Die Textaufteilungen
sopranText = \lyricmode {
%<+hier den Text für den Sopran eintragen+>
Some -- thing \way
\attracts
\obersth
I \leave now,
\believe how.
Some -- where \smile knows
\need
\oberstyle
I \leave now,
\believe how
\oberba
% asking
\grow will grow,
\know \know
dim dim \dimdim
\dimdim \dimdim
dim dim dim \know
% c
du du du du du du
du du du
and \think her,
\wa
ah
\ba
ba
\leave now
du du du du
}
altText = \lyricmode {
%<+hier den Text für den Alt eintragen+>
Some -- thing, some -- thing \way
\attracts
she woes me woe
\unterdu
\ba
Some -- where, some -- where \smile knows,
some -- where \smile knows
\need
\unterlover
du du du du du du du a
\ba
ba \oberba
% asking
\grow
\know _ \know
\stick
\know \know
% c
du du du
\knows
And \think her.
\shows
du a
ba ba ba ba ba
\believe how! ba ba ba
ba \leave now
du du du du
}
tenorText = \lyricmode {
%<+hier den Text für den Tenor eintragen+>
du du du du
du du du,
some -- thing
\attracts
\obersth
\ba
du du du du
du du du
Some -- where
I don't need, don't need
\oberstyle
\ba
ba \oberba
% asking
\dimdim \dimdim \dimdim \dimdim \dimdim \dimdim dim
\stick
\know \know
% c
\knows
And \think her.
\shows
I \leave now,
ba ba ba
ba ba ba ba ba ba ba ba
ba \leave now
du du du du
du du du
}
bassText = \lyricmode {
%<+hier den Text für den Baß eintragen+>
Some -- thing, some -- thing \way me and
\attracts
she woes me doo
du \unterdu
\ba
Some _ -- where, some -- where \smile knows
\need
\unterlover
du du du du du du du du a
\ba
ba du du du du du du
\leave
% asking
now dim dim \dimdim \dimdim \dimdim \dimdim \dimdim
love oh love will al -- ways grow dim dim \dimdim
\dimdim \dimdim \dimdim \dimdim
\dimdim dim dim
% c
du
\knows
and \think her,
\wa
du du du du du du du a
\ba
ba don't want to leave her,
\leave now
du du du
}
|