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

  \version "2.18"

\include "parts/IIstimmen.ly"
\include "parts/IItexte.ly"

  % Jerusalem-Ruf % {{{
  IIJerusalemRuf = \new ChoirStaff <<
    \new ChordNames { \IIJerusalemRufAkkorde }
    \new Staff <<
      \new Voice = "oberstimme" { \IIJerusalemRufOberstimme }
    >>
    \new Lyrics \lyricsto "oberstimme" \IIJerusalemRufOberstimmeText
    \new Staff <<
      \new Voice = "sopran" { \voiceOne \IIJerusalemRufSopran }
      \new Voice = "alt"    { \voiceTwo \IIJerusalemRufAlt }
    >>
    \new Lyrics \lyricsto "sopran" \IIJerusalemRufChorText
    \new Staff <<
      \clef "bass"
      \new Voice = "tenor"  { \voiceOne \IIJerusalemRufTenor }
      \new Voice = "bass"   { \voiceTwo \IIJerusalemRufBass }
    >>
  >>
  % }}}