-
Notifications
You must be signed in to change notification settings - Fork 0
/
molaHeader.ly
37 lines (35 loc) · 908 Bytes
/
molaHeader.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
%% This createsa an acceptable header for MOLA compliant parts
bookTitleMarkup = \markup {
\override #'(baseline-skip . 3.5)
\column {
\left-align \box \bold { \fromproperty #'header:instrument }
\fill-line { \fromproperty #'header:dedication }
\override #'(baseline-skip . 3.5)
\column {
\fill-line {
\huge \larger \larger \bold
\fromproperty #'header:title
}
\fill-line {
\large \bold
\fromproperty #'header:subtitle
}
\fill-line {
\smaller \bold
\fromproperty #'header:subsubtitle
}
\fill-line {
\fromproperty #'header:poet
\fromproperty #'header:composer
}
\fill-line {
\fromproperty #'header:meter
\fromproperty #'header:arranger
}
}
}
}
scoreTitleMarkup = \markup {
\vspace #2
\fontsize #2.5 \bold \fromproperty #'header:piece
}