summaryrefslogtreecommitdiff
path: root/Gloria_in_D/parts/Gratias.ly
blob: 443d9ab1228fda2e709bd88950824619ad48eac4 (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
\include "deutsch.ly"

\score {
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \label #'Gratias
      \new Voice = sopran   { \globalGratias \voiceOne \sopranMelodieGratias }
      \new Voice = alt      { \globalGratias \voiceTwo \altMelodieGratias }
    >>
    \new Lyrics = text { }
    \new Staff <<
      \new Voice = tenor    { \globalGratias \clef "bass" \voiceOne \tenorMelodieGratias }
      \new Voice = bass     { \globalGratias \clef "bass" \voiceTwo \bassMelodieGratias }
    >>
    \context Lyrics = text \lyricsto bass \textGratias
  >>
  \layout {
    indent = #0
  }
  \header {
    title = "4. Gratias agimus tibi"
    composer = ##f
  }
}