summaryrefslogtreecommitdiff
path: root/Tochter_Zion/satz.ly
blob: 15a3e86833edae2f93dcab6078a1924510311f20 (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
\score {
  \header {
    tagline = ##f
    title = "Tochter Zion"
    subtitle = ##f
    composer = "Melodie und Satz: Georg Friedrich Händel 1747"
    poet = "Text: Heinrich Ranke 1826"
  }
  \layout {
    indent = #0
    \context {
      \Staff
      \RemoveEmptyStaves
      \override VerticalAxisGroup #'remove-first = ##t
    }
  }
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = sopran { \global \voiceOne << \sopranMelodie \artikulation >> }
      \new Voice = alt    { \global \voiceTwo \altMelodie }
    >>
    \new Lyrics \lyricsto sopran { \textI}
    \new Lyrics \lyricsto sopran { \textII}
    \new Lyrics \lyricsto sopran { \textIII}
    \new Staff <<
      \new Voice = tenor  { \global \clef "bass" \voiceOne \tenorMelodie }
      \new Voice = bass   { \global \clef "bass" \voiceTwo << \bassMelodie \artikulation >> }
    >>
  >>
}