summaryrefslogtreecommitdiff
path: root/Wenn_nicht_ich_fuer_mich_bin/Wenn_nicht_ich_fuer_mich_bin.ly
blob: c96e9ae78bd9b850df40fdb5b738e1d4d6b475d7 (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
\include "deutsch.ly"
include(stimmen.pre)
include(texte.pre)

%spezifisch%

\pointAndClickOff

\header {
  tagline = ""
}
\paper {
  top-margin = 5
  print-all-headers = ##t
}

#(set-global-staff-size 18.5)

\score {
  \header {
    title = "Wenn nicht ich für mich bin"
    subtitle = "im chassidischen Stil"
    poet = "Text aus dem Talmund"
    composer = "Musik: Uli Führe"
  }
  \new ChoirStaff <<
    \new Staff <<
      \set Score.skipBars = ##t
      \new Voice = sopran { \global \sopranMelodie }
    >>
    \new Lyrics \lyricsto sopran { \sopranText }
    \new Staff <<
      \set Score.skipBars = ##t
      \new Voice = alt    { \global \altMelodie }
    >>
    \new Lyrics \lyricsto alt { \altText }
    \new Staff <<
      \new Voice = maenner { \global \clef "bass" \maennerMelodie }
    >>
    \new Lyrics \lyricsto maenner { \maennerText }
  >>
  \layout {
    indent = #0
  }
}