summaryrefslogtreecommitdiff
path: root/Jerusalem/parts/III.ly
blob: 96d4f8597e8c94852b586c8544003fce89b77ce8 (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
%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
  >>
  % }}}