summaryrefslogtreecommitdiff
path: root/Gloria_in_D/parts/Quoniam.ly
blob: 6822d9c12a4277279765b831ed8ca3cc9fb75dbd (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
\include "deutsch.ly"

\score {
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \label #'Quoniam
      \pausenQuoniam
      \new Voice = sopran   { \globalQuoniam \voiceOne \sopranMelodieQuoniam }
      \new Voice = alt      { \globalQuoniam \voiceTwo \altMelodieQuoniam }
    >>
    \new Lyrics = text { }
    \new Staff <<
      \pausenQuoniam
      \new Voice = tenor    { \globalQuoniam \voiceOne \clef "bass" \tenorMelodieQuoniam }
      \new Voice = bass     { \globalQuoniam \voiceTwo \clef "bass" \bassMelodieQuoniam }
    >>
    \context Lyrics = text \lyricsto bass \textQuoniam
  >>
  \layout {
    indent = #0
  }
  \header {
    title = "Gloria in D"
    composer = "Antonio Vivaldi"
    tagline = ##f
    piece = "11. Quoniam tu solus sanctus"
  }
}