-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobal.ily
More file actions
executable file
·44 lines (38 loc) · 948 Bytes
/
Copy pathglobal.ily
File metadata and controls
executable file
·44 lines (38 loc) · 948 Bytes
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
\version "2.23.8"
\header {
composer = "J. S. Bach"
arranger = "Arr. Nikolai Hedler"
copyright = "Copyright © Nikolai Hedler 2022 CC BY-NC-SA 4.0"
tagline = ##f
}
\paper {
%#(include-special-characters)
#(set-paper-size "letter")
% copied from ly/titling-init.ly, added \fontsize #2 \bold
scoreTitleMarkup = \markup {
\column {
\if \should-print-all-headers { \bookTitleMarkup \hspace #1 }
\fill-line {
\fontsize #0 \bold \fromproperty #'header:piece
\fromproperty #'header:opus
}
}
}
}
\layout {
\context {
\Score
\override BarNumber.break-visibility = ##(#f #t #t)
rehearsalMarkFormatter = #format-mark-box-barnumbers
\compressEmptyMeasures
}
\context {
\Staff
\RemoveEmptyStaves
\accidentalStyle modern-cautionary
}
\context {
\Voice
\override MultiMeasureRest.expand-limit = 2
}
}