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

\pointAndClickOff

\header {
  title = "Masithi"
  composer = "Text und Musik: Trad. aus Südafrika / Stefan Cuthbert Molefe"
  poet = "Deutsch: Dieter Trautwein"
  tagline = ##f
}
\paper {
  top-margin = 5
}

\score {
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \pausenFrauen
      \new Voice = "sopran"    { \global \voiceOne \sopranMelodie }
      \new Voice = "alt"       { \global \voiceTwo \altMelodie }
    >>
    ifdef(`STR_1',\new Lyrics = "textEins" {})
    ifdef(`STR_2',\new Lyrics = "textZwei" {})
    ifdef(`STR_3',\new Lyrics = "textDrei" {})
    ifdef(`STR_4',\new Lyrics = "textVier" {})
    \new Staff = "maenner" <<
      \new Voice = "tenor"      { \global \clef "bass" \voiceOne \tenorMelodie }
      \new Voice = "bass"       { \global \clef "bass" \voiceTwo \bassMelodie }
    >>
    ifdef(`STR_1',\context Lyrics = "textEins" \lyricsto "bass" \textI)
    ifdef(`STR_2',\context Lyrics = "textZwei" \lyricsto "bass" \textII)
    ifdef(`STR_3',\context Lyrics = "textDrei" \lyricsto "bass" \textIII)
    ifdef(`STR_4',\context Lyrics = "textVier" \lyricsto "bass" \textIV)
  >>
  \layout {
    indent = #0
  }
}