blob: 4a8449dbacff29873241fc3a99616d2dbbadcc4c (
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
35
36
|
\version "2.12"
globalQuiTollis = {
\time 4/4
\key c \major
\autoBeamOff
}
pausenQuiTollis = {
R1*7 | \bar "||" \time 3/2
s1.*8 | R1. | s1.*4 | \bar "|."
}
sopranMelodieQuiTollis = \relative h' {
R1*7 | \bar "||" \time 3/2
h2. h4 h2 | c2. c4 c2 | cis2. cis4 cis cis | d2 d1 | dis2. dis4 dis dis | e1 e2 |
e1( dis2) | e1. | a,2. a4 a a | dis1. | e | e1( dis2) | e1. | \bar "|."
}
altMelodieQuiTollis = \relative g' {
R1*7 | \bar "||" \time 3/2
g2. g4 g2 | e2. e4 e2 | e2. e4 e e | fis2 fis1 | fis2. fis4 fis fis | g1 g2~ |
g fis1 | g1. | R | fis2. fis4 fis fis | g1 g2~ | g fis1 | gis1. | \bar "|."
}
tenorMelodieQuiTollis = \relative h {
s1*7 | \bar "||" \time 3/2
h2. h4 h2 | a2. a4 a2 | a2. a4 a a | a2 a1 | h2. h4 h h | h1 cis2 |
h1. | h | s | h2. h4 h h | h1 cis2 | h1. | h | \bar "|."
}
bassMelodieQuiTollis = \relative e {
s1*7 | \bar "||" \time 3/2
e2. e4 e2 | a2. a4 a2 | g2. g4 g g | fis2 fis1 | h2. h4 a a | g1 ais,2 |
h1. | e | s | h'2. h4 a a | g1 ais,2 | h1. | e | \bar "|."
}
|