blob: 5363f010496794cce9744555fd4491999f53287d (
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
|
% vim: encoding=utf8 nu
odm = \lyricmode { dm dm dm dm dm dm dm dm }
snd = \lyricmode { dm dm dm dm dm dm dm dm dm dm dm dm }
Snd = \lyricmode { \snd dm dm }
ok = \lyricmode { und das ist in Ord -- nung so, }
trotzdem = \lyricmode { Som -- mer ist, wenn man trotz -- dem lacht! }
oberWords = \lyricmode {
}
tenorWords = \lyricmode {
}
bassWords = \lyricmode {
\odm \odm \odm \odm \odm \odm \odm
\snd \Snd \snd
\snd
\ok
\odm \odm \odm \odm
dm dm dm dm dm dm
doom doom doom doom doom doom
\odm \odm \odm
dm dm dm dm
\snd \Snd \snd \snd \snd \Snd \snd
dm dm dm dm dm dm
\trotzdem
}
|