summaryrefslogtreecommitdiff
path: root/Gloria_in_D/parts/stimmen_Gratias.ly
blob: 430c1ccb42e6ea670cceb1422efa6cd2f53b31e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\version "2.12"

globalGratias = {
  \time 4/4
  \key g \major
  \autoBeamOff
}

sopranMelodieGratias = \relative h' {
  h2_\< h4 h | c2 c4 c | cis2 cis^\fermata_\! | dis_\> dis4 dis | e2 e4 e | dis2 dis_\! | \bar "|."
}

altMelodieGratias = \relative g' {
  g2 g4 g | g2 g4 g | g2 g | fis fis4 fis | fis2 fis4 fis | fis2 fis | \bar "|."
}

tenorMelodieGratias = \relative h {
  h2 h4 h | e2 e4 e | e2 e | h h4 h | cis2 cis4 cis | h2 h | \bar "|."
}

bassMelodieGratias = \relative e {
  e2 e4 e | e2 e4 e | a2 a_\fermata | a a4 a | ais2 ais4 ais | h2 h | \bar "|."
}