-
Notifications
You must be signed in to change notification settings - Fork 15
/
cheatsheet.ly
258 lines (235 loc) · 6.26 KB
/
cheatsheet.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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
%{
All of the bagpipe specific markup.
%}
\version "2.24.0"
#(ly:set-option 'point-and-click #t)
% Choose a size
#(set-global-staff-size 18)
#(set-default-paper-size "a4" 'landscape)
\include "bagpipe.ly"
\paper {
indent = 0\mm
ragged-right = ##t
ragged-bottom = ##t
}
\layout {
indent = 30\mm
\context {
\Score
\override NonMusicalPaperColumn.line-break-permission = ##f
}
}
\score {
{
\hideKeySignature
\set Staff.instrumentName = "Plain notes "
G4 a b c c-flat d e f f-flat g g-flat A
}
\addlyrics {
G a b c c-flat d e f f-flat g g-flat A
}
}
\score {
{
\hideKeySignature
\set Staff.instrumentName = "Single grace notes "
\grG a4 \gra a \grb a \grc a \grd a
\gre a \grf a \grg a \grA a
}
\addlyrics {
"\grG" "\gra" "\grb" "\grc" "\grd"
"\gre" "\grf" "\grg" "\grA"
}
}
\score {
{
\hideKeySignature
\set Staff.instrumentName = "Doublings "
\dblG G \dbla a \dblb b \dblc c \dbld d
\dble e \dblf f \dblg g \dblA A \tripleA A
\hdblf f \tdblf f
}
\addlyrics {
"\dblG" "\dbla" "\dblb" "\dblc" "\dbld"
"\dble" "\dblf" "\dblg" "\dblA" "\\tripleA"
"\hdblf" "\\tdblf"
}
}
\markup { "All other half doublings and thumb doublings are available similarly." }
\score {
{
\hideKeySignature
\set Staff.instrumentName = "Slurs "
\slura a \slurb b \slurc c \slurd d \wslurd d
\slure e \slurf f \slurg g \slurA A
\hslurf f \tslurf f
}
\addlyrics {
"\slura" "\slurb" "\slurc" "\slurd" "\wslurd"
"\slure" "\slurf" "\slurg" "\slurA"
"\hslurf" "\\tslurf"
}
}
\markup {
"All other half slurs and thumb slurs are available similarly. "
"Note that many of these aren't really playable, and are only included for consistency."
}
\pageBreak
\score {
{
\hideKeySignature
\set Staff.instrumentName = "Shakes "
\shakea a \shakeb b \shakec c \shaked d
\shakee e \shakef f \shakeg g \shakeA A
\hshakef f \tshakef f
}
\addlyrics {
"\shakea" "\shakeb" "\shakec" "\shaked"
"\shakee" "\shakef" "\shakeg" "\shakeA"
"\hshakef" "\\tshakef"
}
}
\markup {
"All other half shakes and thumb shakes are available similarly. "
"Note that many of these aren't really playable, and are only included for consistency."
}
\score {
{
\hideKeySignature
\set Staff.instrumentName = "Catches "
e \catcha a e \catchb b e \catchc c e \catchd d
f \catche e f \catchc c g \tcatchc c
}
\addlyrics {
\skip 4 "\catcha" \skip 4 "\catchb" \skip 4 "\catchc" \skip 4 "\catchd"
\skip 4 "\catche" \skip 4 "\catchc" \skip 4 "\\tcatchc"
}
}
\markup { "All other g-grace catches and thumb catches are available similarly." }
\score {
{
\hideKeySignature
\set Staff.instrumentName = "Throws "
a \thrwd d G \Gthrwd d a \thrwe e a \wthrwe e
d \thrwf f a \gripthrwd d
}
\addlyrics {
\skip 4 "\\thrwd" \skip 4 "\Gthrwd" \skip 4 "\\thrwe" \skip 4 "\\wthrwe"
\skip 4 "\\thrwf" \skip 4 "\\gripthrwd"
}
}
\score {
{
\hideKeySignature
\set Staff.instrumentName = "Grips and birls "
a \grip c d \bgrip d a \egrip c
\birl a \wbirl a \gbirl a \dbirl a
}
\addlyrics {
\skip 4 "\grip" \skip 4 "\bgrip" \skip 4 "\egrip"
"\birl" "\wbirl" "\gbirl" "\dbirl"
}
}
\score {
{
\hideKeySignature
\set Staff.instrumentName = \markup { "Taorluath " }
e \taor a d \btaor a G \Gtaor a
b \taoramb b c \taoramc c b \taoramd d
e \taorjmd a e \taorold a
}
\addlyrics {
\skip 4 "\\taor" \skip 4 "\btaor" \skip 4 "\Gtaor"
\skip 4 "\\taoramb" \skip 4 "\\taoramc" \skip 4 "\\taoramd"
\skip 4 "\\taorjmd" \skip 4 "\\taorold"
}
}
\markup {
"\\taorjmd is how the taorluath is written in Joseph MacDonald’s book."
"It is never played that way nowadays."
}
\markup {
"\\taorold is how it was played in late 19:th early 20:th century."
"It was usually not written like this, but rather as a grip and an e gracenote on a."
}
\pageBreak
\score {
{
\hideKeySignature
\set Staff.instrumentName = \markup { "Crunluath " }
e \crun e d \dcrun e G \Gcrun e
b \crunamb e c \crunamc e b \crunamd e
s16 \grg a8[ \grd b16 \crunambfosg b] s16 \grg a8[ \grd c16 \crunamcfosg c]
}
\addlyrics {
\skip 4 "\\crun" \skip 4 "\dcrun" \skip 4 "\Gcrun"
\skip 4 "\\crunamb" \skip 4 "\\crunamc" \skip 4 "\\crunamd"
\skip 4 "\\crunambfosg" \skip 4 "\\crunamcfosg"
}
}
\score {
{
\hideKeySignature
\set Staff.instrumentName = \markup { \column { "Piobaireachd " "notation " } }
\cad c4 A \hcad c
e \gracad e d \grGcad d
a \pthrwd d c \darodo b c \pdarodo b G \Gdarodo c
a \dre e G \bari g e \dari g e \dare f
}
\addlyrics {
"\cad" \skip 4 "\hcad"
\skip 4 "\gracad" \skip 4 "\grGcad"
\skip 4 "\pthrwd" \skip 4 "\darodo" \skip 4 "\pdarodo" \skip 4 "\Gdarodo"
\skip 4 "\dre" \skip 4 "\bari" \skip 4 "\dari" \skip 4 "\dare"
}
}
\score {
{
\hideKeySignature
\set Staff.instrumentName = " "
a16_\trebling d8. a4_\txtaor a4_\txcrun a4_\txtaorcrun
a4_\txtaoram a4_\txcrunam a4_\txtaorcrunam
}
\addlyrics {
"\\trebling" \skip 8. "\\txtaor" "\\txcrun" "\\txtaorcrun"
"\\txtaoram" "\\txcrunam" "\\txtaorcrunam"
}
}
\score {
{
\hideKeySignature
\set Staff.instrumentName = \markup { \column { "Ancient movements" "J. MacDonald" } }
e \fifteenthcutting a G \Gfifteenthcutting a
e \seventeenthcutting a G \Gseventeenthcutting a
}
\addlyrics {
\skip 4 "\fifteenthcutting" \skip 4 "\Gfifteenthcutting"
\skip 4 "\seventeenthcutting" \skip 4 "\Gseventeenthcutting"
}
}
\score {
{
\hideKeySignature
\set Staff.instrumentName = " "
e \barluadh g G \Gbarluadh g
}
\addlyrics {
\skip 4 "\barluadh" \skip 4 "\Gbarluadh"
}
}
\markup {
\column {
\override #'(line-width . 140)
\justify {
These are the specific bagpipe markups that are available. You need to
know a lot more about entering normal music in order to produce userful
output. All such information is available in the Lilypond tutorial and
manual, as well as in the tips, regression tests, and snippet repository.
}
}
}
\header {
title = "Cheat sheet for entering bagpipe music"
subtitle = "Intended for Lilypond 2.24 or better"
tagline = \markup { "P/S Sven Axelsson, The Murray Pipes & Drums of Gothenburg" }
}