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

  \version "2.14"

  % chorus I % {{{
  VIsop = \new Staff = sopran <<
        %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
        { << \frauenPausen << \VIsopranI \\ \VIaltI >> >> }
        %\new Voice = "soprane" { \VIsopranI }
        %\new Voice = "alti" { \VIaltI }
        %\addlyrics { \altText }
      >>
  VIten = \new Staff = tenor <<
        \new Voice = "tenoere" { \VItenorI }
        %\addlyrics { \tenorText }
      >>
  VIbas = \new Staff = bass <<
        \new Voice = "baesse" { \VIbassI }
        %\addlyrics { \bassText }
      >>

    VIchorus = \new ChoirStaff \with {} <<
      \VIsop
      %\VIalt
      \VIten
      \new Lyrics \lyricsto "tenoere" \VItenorTextI
      \VIbas %
      \new Lyrics \lyricsto "baesse"  \VIbassTextI
    >>
  % }}}

  % choral II % {{{
  VIsop = \new Staff = sopran <<
        %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
        { << \VIsopranII \\ \VIaltII >> }
        %\new Voice = "soprane" { \VIsopranII }
        %\new Voice = "alti" { \VIaltII }
        %\addlyrics { \altText }
      >>
  VIten = \new Staff = tenor <<
        \new Voice = "tenoere" { \VItenorII }
        %\addlyrics { \tenorText }
      >>
  VIbas = \new Staff = bass <<
        \new Voice = "baesse" { \VIbassII }
        %\addlyrics { \bassText }
      >>

    VIchoralI = \new ChoirStaff \with {} <<
      \VIsop
      %\VIalt
      \VIten
      \VIbas %
      \new Lyrics \lyricsto "baesse" \VIbassTextIIa
      \new Lyrics \lyricsto "baesse" \VIbassTextIIb
    >>
  % }}}

  % choral III % {{{
  VIsop = \new Staff = sopran <<
        %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
        { << \fpIII << \VIsopranIII \\ \VIaltIII >> >> }
        %\new Voice = "soprane" { \VIsopranIII }
        %\new Voice = "alti" { \VIaltIII }
        %\addlyrics { \altText }
      >>
  VIten = \new Staff = tenor <<
        \new Voice = "tenoere" { \VItenorIII }
        %\addlyrics { \tenorText }
      >>
  VIbas = \new Staff = bass <<
        \new Voice = "baesse" { \VIbassIII }
        %\addlyrics { \bassText }
      >>

    VIchoralII = \new ChoirStaff \with {} <<
      \VIsop
      %\VIalt
      \VIten
      \VIbas %
      \new Lyrics \lyricsto "baesse" \VIbassTextIIIa
      \new Lyrics \lyricsto "baesse" \VIbassTextIIIb
    >>
  % }}}