summaryrefslogtreecommitdiff
path: root/Gloria_in_D/parts/Gratias.ly
blob: e0048a0c8c7a655e8c889d4c4527bed50fa771aa (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
\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 = "Gloria in D"
    composer = "Antonio Vivaldi"
    tagline = ##f
    piece = "4. Gratias agimus tibi"
  }
}