-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefs.ily
34 lines (26 loc) · 852 Bytes
/
defs.ily
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
% SPDX-License-Identifier: Apache-2.0 OR CC-BY-4.0
\paper {
left-margin = 15\mm
bottom-margin = 20\mm
system-system-spacing =
#'((basic-distance . 17)
(minimum-distance . 8)
(padding . 1)
(stretchability . 60))
}
revision = #(let
((revision (getenv "ly_revision")))
(if (not revision)
(string-append "unknown (" (strftime "%FT%T%z" (localtime (current-time))) ")")
revision
)
)
rit = \markup { \italic "rit." }
atempo = "a tempo"
pedSimile = \markup { \fontsize #-3 \italic "Ped. simile." }
rightHand = \markup { \italic \fontsize#-2 "m.d." }
leftHand = \markup { \italic \fontsize#-2 "m.s." }
copyrightSign = \markup \char ##x00A9
emdash = \markup \char ##x2014
licenseCc = "Creative Commons Attribution 4.0"
licenseApache = "Apache License Version 2.0"