summaryrefslogtreecommitdiff
path: root/Gloria_in_D/parts/QuiTollis.ly
blob: 5994afd27ffdcdccf70c9c6418bc6a65d77d98cd (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 #'QuiTollis
      \new Voice = sopran   { \globalQuiTollis \sopranMelodieQuiTollis }
    >>
    \new Lyrics = textS { }
    \new Staff <<
      \new Voice = alt      { \globalQuiTollis \altMelodieQuiTollis }
    >>
    \new Lyrics = textA { }
    \new Staff <<
      \pausenQuiTollis
      \new Voice = tenor    { \globalQuiTollis \voiceOne \clef "bass" \tenorMelodieQuiTollis }
      \new Voice = bass     { \globalQuiTollis \voiceTwo \clef "bass" \bassMelodieQuiTollis }
    >>
    \new Lyrics = textM { }
    \context Lyrics = textS \lyricsto sopran \textQuiTollis
    \context Lyrics = textA \lyricsto alt \textQuiTollis
    \context Lyrics = textM \lyricsto bass \textQuiTollis
  >>
  \layout {
    indent = #0
  }
  \header {
    title = "Gloria in D"
    composer = "Antonio Vivaldi"
    tagline = ##f
    piece = "9. Qui tollis peccata mundi"
  }
}