-
Notifications
You must be signed in to change notification settings - Fork 0
/
defs.ily
70 lines (60 loc) · 1.71 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
%{
Some definitions for text, used throughout the repo.
Not critical if missing. But there is complaining..
%}
%$(set-default-paper-size "a4" 'landscape)
%$(set-default-paper-size "a4")
% Default Subtitle is Empty
subtitle = ""
%% instrumentName
instrumentSide = "Side"
instrumentTenor = "Tenor"
instrumentBass = "Bass"
instrumentLyrics = "Lyrics"
instrumentPipes = "Pipes"
instrumentPipesSecnd = "Seconds"
instrumentPipessecnd = \instrumentPipesSecnd %TODO: Remove Me
instrumentPipesThrd = "Thirds"
instrumentPipesthrd = \instrumentPipesThrd %TODO: Remove Me
instrumentSecnd = "Seconds"
instrumentThrd = "Thirds"
%% shortInstrumentName
shortInstrumentLyrics = ""
shortInstrumentSide = "S.D."
shortInstrumentTenor = "T.D."
shortInstrumentBass = "B.D."
shortInstrumentPipes = "P."
shortInstrumentPipesSecnd = "P.2"
shortInstrumentPipessecnd = \shortInstrumentPipesSecnd %TODO: Remove Me
shortInstrumentPipesThrd = "P.3"
shortInstrumentPipesthrd = \shortInstrumentPipesThrd %TODO: Remove Me
shortInstrumentSecnd = "2nd"
shortInstrumentThrd = "3rd"
%% composer
composerLyrics = ""
composerSide = ""
composerTenor = ""
composerBass = ""
composerPipes = ""
composerPipesSecnd = ""
composerPipessecnd = \composerPipesSecnd %TODO: Remove Me
composerPipesThrd = ""
composerPipesthrd = \composerPipesThrd %TODO: Remove Me
%% arranger
arrangerLyrics = ""
arrangerSide = ""
arrangerTenor = ""
arrangerBass = ""
arrangerPipes = ""
arrangerPipesSecnd = ""
arrangerPipessecnd = \arrangerPipesSecnd %TODO: Remove Me
arrangerPipesThrd = ""
arrangerPipesthrd = \arrangerPipesThrd %TODO: Remove Me
commitUrl = "https://git.deboone.nl/kastdeur/pipeband-music/commit/"
\layout {
\context {
\Score
segnoStyle = #'bar-line
\numericTimeSignature
}
}