summaryrefslogtreecommitdiff
path: root/Missa_brevis/parts/Gloria.ly
blob: 5871ab308ee90a826a05c4e21926e3f33695a8d9 (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
\include "deutsch.ly"

\score {
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \label #'Gloria
      \new Voice = frauen        { \globalGloria \oneVoice \pausenGloria }
      \new CueVoice = soloSopran { \globalGloria \voiceOne \soloSopranMelodieGloria }
      \new CueVoice = soloAlt    { \globalGloria \voiceTwo \soloAltMelodieGloria }
      \new Voice = sopran        { \globalGloria \voiceOne << \sopranMelodieGloria \artikulationGloria >> }
      \new Voice = alt           { \globalGloria \voiceTwo \altMelodieGloria }
    >>
    \new Lyrics = text     { }
    \new Staff <<
      \new Voice = maenner       { \globalGloria \oneVoice \pausenGloria }
      \new CueVoice = soloTenor  { \globalGloria \clef "bass" \voiceOne \soloTenorMelodieGloria }
      \new CueVoice = soloBass   { \globalGloria \clef "bass" \voiceTwo \soloBassMelodieGloria }
      \new Voice = tenor         { \globalGloria \clef "bass" \voiceOne \tenorMelodieGloria }
      \new Voice = bass          { \globalGloria \clef "bass" \voiceTwo << \bassMelodieGloria \artikulationGloria >> }
    >>
    \context Lyrics = text \lyricsto soloSopran \soloTextGloria
    \context Lyrics = text \lyricsto sopran     \textGloria
  >>
  \layout {
    indent = #0
  }
  \header {
    title = "Missa Brevis"
    composer = "Jacob de Haan"
    tagline = ##f
    piece = "Gloria"
  }
}