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

  \version "2.18"

\include "parts/IIIstimmen.ly"
\include "parts/IIItexte.ly"

  % Jerusalem-Ruf % {{{
  IIIJerusalemRuf = \new Staff <<
    \new ChordNames { \IIIJerusalemRufAkkorde }
    \new Staff <<
      \new Voice = "oberstimmeI" { \IIIJerusalemRufOberstimmeI }
    >>
    \new Lyrics \lyricsto "oberstimmeI" \IIIJerusalemRufOberstimmeIText
    \new Staff <<
      \new Voice = "oberstimmeII" { \IIIJerusalemRufOberstimmeII }
    >>
    \new Lyrics \lyricsto "oberstimmeII" \IIIJerusalemRufOberstimmeIIText
    \new ChoirStaff <<
      \new Staff <<
        \new Voice = "sopran" { \voiceOne \IIIJerusalemRufSopran }
        \new Voice = "alt"    { \voiceTwo \IIIJerusalemRufAlt }
      >>
      \new Lyrics \lyricsto "sopran" \IIIJerusalemRufChorText
      \new Staff <<
        \clef "bass"
        \new Voice = "tenor"  { \voiceOne \IIIJerusalemRufTenor }
        \new Voice = "bass"   { \voiceTwo \IIIJerusalemRufBass }
      >>
    >>
  >>
  % }}}

  % Dann such ich nach einem Land % {{{
  IIIDann = \new Staff <<
    \new ChordNames { \IIIDannAkkorde }
    \new Staff <<
      \new Voice = "melodie" { \IIIDannMelodie }
    >>
    \new Lyrics \lyricsto "melodie" \IIIDannTextI
    \new Lyrics \lyricsto "melodie" \IIIDannTextII
    \new Lyrics \lyricsto "melodie" \IIIDannTextIII
    \new Lyrics \lyricsto "melodie" \IIIDannTextIV
    \new Lyrics \lyricsto "melodie" \IIIDannTextV
  >>
  % }}}

  % Gott macht alles neu % {{{
  IIIGott = \new Staff <<
    \new ChordNames { \IIIGottAkkorde }
    \new Staff <<
      \new Voice = "Querfloete" { \tiny \IIIGottQuerfloete }
    >>
    \new Staff <<
      \new Voice = "Altblockfloete" { \tiny \IIIGottAltblockfloete }
    >>
    \new ChoirStaff <<
      \new Staff <<
        \new Voice = "frauen" { \IIIGottPausen }
        \new Voice = "sopran" { \voiceOne \IIIGottSopran }
        \new Voice = "alt"    { \voiceTwo \IIIGottAlt }
      >>
      \new Lyrics \lyricsto "sopran" \IIIGottTextI
      \new Lyrics \lyricsto "sopran" \IIIGottTextII
      \new Lyrics \lyricsto "sopran" \IIIGottTextIII
      \new Staff <<
        \clef "bass"
        \new Voice = "maenner" { \IIIGottPausen }
        \new Voice = "tenor"   { \voiceOne \IIIGottTenor }
        \new Voice = "bass"    { \voiceTwo \IIIGottBass }
      >>
    >>
  >>
  % }}}