blob: 0dd28f32dacc42dbfe68cff714000df4b79be832 (
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
|
%some settings% vim: ai sw=2 lbr nu et
\version "2.14"
% chorus I % {{{
IVsop = \new Staff = sopran <<
%\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
{ << \frauenPausen << \IVsopranI \\ \IValtI >> >> }
% \new Voice = "soprane" { \voiceOne \IVsopranI }
% \new Voice = "alti" { \voiceTwo \IValtI }
%\addlyrics { \altText }
>>
IVten = \new Staff = tenor <<
\new Voice = "tenoere" { \IVtenorI }
%\addlyrics { \tenorText }
>>
IVbas = \new Staff = bass <<
\new Voice = "baesse" { \IVbassI }
%\addlyrics { \bassText }
>>
IVchorus = \new ChoirStaff \with {} <<
\IVsop
%\IValt
\IVten
\IVbas %
\new Lyrics \lyricsto "baesse" \IVbassTextI
>>
% }}}
% chorale II % {{{
IVsop = \new Staff = sopran <<
%\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
{ << \fpII << \IVsopranII \\ \IValtII >> >> }
% \new Voice = "soprane" { \voiceOne \IVsopranII }
% \new Voice = "alti" { \voiceTwo \IValtII }
%\addlyrics { \altText }
>>
IVten = \new Staff = tenor <<
\new Voice = "tenoere" { \IVtenorII }
%\addlyrics { \tenorText }
>>
IVbas = \new Staff = bass <<
\new Voice = "baesse" { \IVbassII }
%\addlyrics { \bassText }
>>
IVchorale = \new ChoirStaff \with {} <<
\IVsop
%\IValt
\IVten
\IVbas %
\new Lyrics \lyricsto "baesse" \IVbassTextII
\new Lyrics \lyricsto "baesse" \IVbassTextIIa
>>
% }}}
|