summaryrefslogtreecommitdiff
path: root/Von_guten_Maechten/satz.ly
blob: 1e217974561607c4ebd4a2aceb4dd1bb08d8f4f8 (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
\score {
  \header {
    title = "Von guten Mächten"
    composer = "Melodie: S. Fiertz (1970)"
    arranger = "Satz: H. Brand (1996)"
    poet = "Text: D. Bonhoefer (1944)"
  }
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = frauen  { \global \oneVoice \pausen }
      \new Voice = sopran  { \global \voiceOne \sopranMelodie }
      \new Voice = alt     { \global \voiceTwo \altMelodie }
    >>
    %STR_1% \new Lyrics \lyricsto sopran { \textI }
    %STR_2% \new Lyrics \lyricsto sopran { \textII }
    %STR_3% \new Lyrics \lyricsto sopran { \textIII }
    \new Staff <<
      \new Voice = maenner { \clef "bass" \global \oneVoice \pausen }
      \new Voice = tenor   { \clef "bass" \global \voiceOne \tenorMelodie }
      \new Voice = bass    { \clef "bass" \global \voiceTwo \bassMelodie }
    >>
  >>
  \layout {
    indent = #0
  }
}