summaryrefslogtreecommitdiff
path: root/wo/parts/V.ly
blob: abaa417426aff18e8ff1c544ee27a2d5571b193e (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
%some settings% vim: ai sw=2 lbr nu et

  \version "2.14"

  % coro I % {{{
  Vsop = \new Staff = sopran <<
        %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
        { << \frauenPausen << \VsopranI \\ \ValtI >> >> }
        %\new Voice = "soprane" { \VsopranI }
        %\new Voice = "alti" { \ValtI }
        %\addlyrics { \altText }
      >>
  Vten = \new Staff = tenor <<
        \new Voice = "tenoere" { \VtenorI }
        %\addlyrics { \tenorText }
      >>
  Vbas = \new Staff = bass <<
        \new Voice = "baesse" { \VbassI }
        %\addlyrics { \bassText }
      >>

    Vcoro = \new ChoirStaff \with {} <<
      \Vsop
      %\Valt
      \Vten
      \Vbas %
      \new Lyrics \lyricsto "baesse" \VbassTextI
    >>
  % }}}

  % chor II % {{{
  Vsop = \new Staff = sopran <<
        %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
        { << \fpII << \VsopranII \\ \ValtII >> >> }
        %\new Voice = "soprane" { \VsopranII }
        %\new Voice = "alti" { \ValtII }
        %\addlyrics { \altText }
      >>
  Vten = \new Staff = tenor <<
        \new Voice = "tenoere" { \VtenorII }
        %\addlyrics { \tenorText }
      >>
  Vbas = \new Staff = bass <<
        \new Voice = "baesse" { \VbassII }
        %\addlyrics { \bassText }
      >>

    VchorRecit = \new ChoirStaff \with {} <<
      \Vsop
      %\Valt
      \Vten
      \Vbas %
      \new Lyrics \lyricsto "baesse" \VbassTextII
    >>
  % }}}

  % choral III % {{{
  Vsop = \new Staff = sopran <<
        %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
        { << \VsopranIII \\ \ValtIII >> }
        %\new Voice = "soprane" { \VsopranIII }
        %\new Voice = "alti" { \ValtIII }
        %\addlyrics { \altText }
      >>
  Vten = \new Staff = tenor <<
        \new Voice = "tenoere" { \VtenorIII }
        %\addlyrics { \tenorText }
      >>
  Vbas = \new Staff = bass <<
        \new Voice = "baesse" { \VbassIII }
        %\addlyrics { \bassText }
      >>

    VchoralI = \new ChoirStaff \with {} <<
      \Vsop
      %\Valt
      \Vten
      \Vbas %
      \new Lyrics \lyricsto "baesse" \VbassTextIII
    >>
  % }}}

  % choral IV % {{{
  Vsop = \new Staff = sopran <<
        %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
        { << \VsopranIV \\ \ValtIV >> }
        %\new Voice = "soprane" { \VsopranIV }
        %\new Voice = "alti" { \ValtIV }
        %\addlyrics { \altText }
      >>
  Vten = \new Staff = tenor <<
        \new Voice = "tenoere" { \VtenorIV }
        %\addlyrics { \tenorText }
      >>
  Vbas = \new Staff = bass <<
        \new Voice = "baesse" { \VbassIV }
        %\addlyrics { \bassText }
      >>

    VchoralII = \new ChoirStaff \with {} <<
      \Vsop
      %\Valt
      \Vten
      \Vbas %
      \new Lyrics \lyricsto "baesse" \VbassTextIVa
      \new Lyrics \lyricsto "baesse" \VbassTextIVb
    >>
  % }}}