summaryrefslogtreecommitdiff
path: root/Koenig_mild_vertreibt_die_Finsternis/satz.ly
blob: e78c4df96197a88769882c2a0af8ac1494412684 (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
\score {
  \header {
    tagline = ##f
    title = "König mild vertreibt die Finsternis"
    subtitle = ##f
    composer = "Christian Scheel"
    meter = "Georg Friedrich Händel"
    poet = "Michael Praetorius"
  }
  \layout {
    indent = #0
    \context {
      \Staff
      \RemoveEmptyStaves
      \override VerticalAxisGroup #'remove-first = ##t
    }
  }
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \global
      \new Voice = frauen { \oneVoice << \frauenPausen \artikulation >> }
      \new Voice = sopran { \voiceOne \sopranMelodie }
      \new Voice = alt    { \voiceTwo \altMelodie }
      \new CueVoice = oboenCue          { \oneVoice \oboenCue }
      \new CueVoice = sopranViolinenCue { \voiceOne \sopranViolinenCue }
      \new CueVoice = altViolinenCue    { \voiceTwo \altViolinenCue }
    >>
    \new Lyrics \lyricsto sopran { \text }
    \new Staff <<
      \global \clef "bass"
      \new Voice = frauen { \oneVoice << \maennerPausen \artikulation >> }
      \new Voice = tenor  { \voiceOne \tenorMelodie }
      \new Voice = bass   { \voiceTwo \bassMelodie }
      \new CueVoice = bassCue   { \bassCue }
    >>
  >>
}