-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.ly
47 lines (39 loc) · 1.05 KB
/
example.ly
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
37
38
39
40
41
42
43
44
45
46
47
\version "2.24.1"
\include "../lilygabc.ily"
\header {
tagline = #f
}
\paper {
#(define fonts
(make-pango-font-tree
"Linux Libertine O"
"VL Gothic"
"Courier"
1))
top-margin = 1.5\cm
left-margin = 1\mm
right-margin = 1\mm
}
\layout {
\lilygabcModernGregorianStemlessLayout
indent = 0
\set Score.forbidBreakBetweenBarLines = ##f
}
% https://gregobase.selapa.net/chant.php?id=12115
\score {
\gabc
"(c4) Ju(e)bi(f)lá(g')te(f) De(d_f)o(f'_) (,)
o(f)mnis(f) ter(e_f)ra,(d) al(f)le(fg)lú(e.)ia.(e.) (::)
E(h) u(g) o(h) u(ih) a(gf) e.(e.) (::)"
\header {
piece = "Ant. IV E"
}
}
% https://gregobase.selapa.net/chant.php?id=13305
\score {
\gabc
"(c4) Tres(g) pú(g')e(g)ri(gh) jus(hv_GF)su(gh) re(h)gis(g'_) (,) in(f) for(hj~)ná(j)cem(i) mis(jk)si(h) sunt,(g.) (;) non(j) ti(i')mén(j)tes(h') flam(j)mam(g') i(h)gnis,(gf__) (;) di(d)cén(f_g)tes:(g_f) Be(h)ne(ji)dí(hg)ctus(fg) De(g)us,(gf) al(gh)le(h)lú(g.)ia.(g.) (::) E(j) u(j) o(i) u(j) a(h) e.(g) (::)"
\header {
piece = "Ant. VIII G"
}
}