-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.ily
48 lines (48 loc) · 1.36 KB
/
stylesheet.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
\paper {
bottom-margin = 10\mm
indent = 0\cm
line-width = 175\mm
ragged-right = ##f
tagline = ##f
last-bottom-spacing.basic-distance = #15
top-system-spacing.basic-distance = #20
system-system-spacing.basic-distance = #20
markup-system-spacing.basic-distance = #40
top-markup-spacing.basic-distance = #10
score-system-spacing.basic-distance = #30
bookTitleMarkup = \markup {
\override #'(baseline-skip . 3.5)
\sans \column {
\fill-line { \fromproperty #'header:dedication }
\override #'(baseline-skip . 3.5)
\column {
\fill-line {
\fontsize #10
\fromproperty #'header:title }
\fill-line { \large \fromproperty #'header:subtitle }
\fill-line {
\raise #1 \smaller
\fromproperty #'header:subsubtitle
}
\fill-line {
\fromproperty #'header:poet
{ \large \bold \fromproperty #'header:instrument }
\fromproperty #'header:composer
}
\fill-line {
\fromproperty #'header:meter
\fromproperty #'header:arranger
}
}
}
}
scoreTitleMarkup = \markup {
\column {
\if \should-print-all-headers { \bookTitleMarkup \hspace #1 }
\sans \fill-line \fontsize #6 {
\fromproperty #'header:piece
\fromproperty #'header:opus
}
}
}
}