mirror of
https://github.com/kastdeur/bagpipe.ly.git
synced 2024-10-31 17:43:33 +01:00
Finally after many years found the tweak to make gracenotes fixed width.
Added correct line breaks in many places because of this new discovery.
This commit is contained in:
parent
28984b08a9
commit
281962f036
1 changed files with 168 additions and 162 deletions
330
bagpipe_new.ly
330
bagpipe_new.ly
|
@ -57,10 +57,9 @@ showTrueKeySignature = {
|
||||||
\override Tie #'direction = #0
|
\override Tie #'direction = #0
|
||||||
}
|
}
|
||||||
|
|
||||||
disgrace = #(define-music-function (parser location music) (ly:music?) (make-music 'SequentialMusic 'void #t))
|
% gracenotesOff = #(set! showGracenotes ##f)
|
||||||
removeGracenotes = {
|
% gracenotesOn = #(set! showGracenotes ##t)
|
||||||
% grace = \disgrace
|
% \gracenotesOn
|
||||||
}
|
|
||||||
|
|
||||||
% Various tweaks to get good defaults for bagpipe music.
|
% Various tweaks to get good defaults for bagpipe music.
|
||||||
\paper {
|
\paper {
|
||||||
|
@ -140,207 +139,214 @@ marchTime = {
|
||||||
\quarterBeaming
|
\quarterBeaming
|
||||||
}
|
}
|
||||||
|
|
||||||
% Single grace notes
|
pgrace = #(define-music-function (parser location notes) (ly:music?)
|
||||||
grG = { \grace { \small G32 } }
|
#{ \override Score.GraceSpacing #'spacing-increment = #0
|
||||||
gra = { \grace { \small a32 } }
|
% \override Score.Beam #'gap = #2.0
|
||||||
grb = { \grace { \small b32 } }
|
\grace $notes
|
||||||
grc = { \grace { \small c32 } }
|
#}
|
||||||
grd = { \grace { \small d32 } }
|
)
|
||||||
gre = { \grace { \small e32 } }
|
|
||||||
grf = { \grace { \small f32 } }
|
% Single pgrace notes
|
||||||
grg = { \grace { \small g32 } }
|
grG = { \pgrace { \small G32 } }
|
||||||
grA = { \grace { \small A32 } }
|
gra = { \pgrace { \small a32 } }
|
||||||
|
grb = { \pgrace { \small b32 } }
|
||||||
|
grc = { \pgrace { \small c32 } }
|
||||||
|
grd = { \pgrace { \small d32 } }
|
||||||
|
gre = { \pgrace { \small e32 } }
|
||||||
|
grf = { \pgrace { \small f32 } }
|
||||||
|
grg = { \pgrace { \small g32 } }
|
||||||
|
grA = { \pgrace { \small A32 } }
|
||||||
|
|
||||||
% Doublings
|
% Doublings
|
||||||
dblG = { \grace { \small g32[ G d] } }
|
dblG = { \pgrace { \small g32[ G d] } }
|
||||||
dbla = { \grace { \small g32[ a d] } }
|
dbla = { \pgrace { \small g32[ a d] } }
|
||||||
dblb = { \grace { \small g32[ b d] } }
|
dblb = { \pgrace { \small g32[ b d] } }
|
||||||
dblc = { \grace { \small g32[ c d] } }
|
dblc = { \pgrace { \small g32[ c d] } }
|
||||||
dbld = { \grace { \small g32[ d e] } }
|
dbld = { \pgrace { \small g32[ d e] } }
|
||||||
dble = { \grace { \small g32[ e f] } }
|
dble = { \pgrace { \small g32[ e f] } }
|
||||||
dblf = { \grace { \small g32[ f g] } }
|
dblf = { \pgrace { \small g32[ f g] } }
|
||||||
% These are the same as the half doublings.
|
% These are the same as the half doublings.
|
||||||
dblg = { \grace { \small g32[ f] } }
|
dblg = { \pgrace { \small g32[ f] } }
|
||||||
dblA = { \grace { \small A32[ g] } }
|
dblA = { \pgrace { \small A32[ g] } }
|
||||||
|
|
||||||
% Half doublings
|
% Half doublings
|
||||||
hdblG = { \grace { \small G32[ d] } }
|
hdblG = { \pgrace { \small G32[ d] } }
|
||||||
hdbla = { \grace { \small a32[ d] } }
|
hdbla = { \pgrace { \small a32[ d] } }
|
||||||
hdblb = { \grace { \small b32[ d] } }
|
hdblb = { \pgrace { \small b32[ d] } }
|
||||||
hdblc = { \grace { \small c32[ d] } }
|
hdblc = { \pgrace { \small c32[ d] } }
|
||||||
hdbld = { \grace { \small d32[ e] } }
|
hdbld = { \pgrace { \small d32[ e] } }
|
||||||
hdble = { \grace { \small e32[ f] } }
|
hdble = { \pgrace { \small e32[ f] } }
|
||||||
hdblf = { \grace { \small f32[ g] } }
|
hdblf = { \pgrace { \small f32[ g] } }
|
||||||
hdblg = { \grace { \small g32[ f] } }
|
hdblg = { \pgrace { \small g32[ f] } }
|
||||||
hdblA = { \grace { \small A32[ g] } }
|
hdblA = { \pgrace { \small A32[ g] } }
|
||||||
|
|
||||||
% Thumb doublings
|
% Thumb doublings
|
||||||
tdblG = { \grace { \small A32[ G d] } }
|
tdblG = { \pgrace { \small A32[ G d] } }
|
||||||
tdbla = { \grace { \small A32[ a d] } }
|
tdbla = { \pgrace { \small A32[ a d] } }
|
||||||
tdblb = { \grace { \small A32[ b d] } }
|
tdblb = { \pgrace { \small A32[ b d] } }
|
||||||
tdblc = { \grace { \small A32[ c d] } }
|
tdblc = { \pgrace { \small A32[ c d] } }
|
||||||
tdbld = { \grace { \small A32[ d e] } }
|
tdbld = { \pgrace { \small A32[ d e] } }
|
||||||
tdble = { \grace { \small A32[ e f] } }
|
tdble = { \pgrace { \small A32[ e f] } }
|
||||||
tdblf = { \grace { \small A32[ f g] } }
|
tdblf = { \pgrace { \small A32[ f g] } }
|
||||||
tdblg = { \grace { \small A32[ g f] } }
|
tdblg = { \pgrace { \small A32[ g f] } }
|
||||||
|
|
||||||
% Shakes
|
% Shakes
|
||||||
% A few of these can't really be played and are here only for consistency.
|
% A few of these can't really be played and are here only for consistency.
|
||||||
shakea = { \grace { \small g32[ a e a G] } }
|
shakea = { \pgrace { \small g32[ a e a G] } }
|
||||||
shakeb = { \grace { \small g32[ b e b G] } }
|
shakeb = { \pgrace { \small g32[ b e b G] } }
|
||||||
shakec = { \grace { \small g32[ c e c G] } }
|
shakec = { \pgrace { \small g32[ c e c G] } }
|
||||||
shaked = { \grace { \small g32[ d e d G] } }
|
shaked = { \pgrace { \small g32[ d e d G] } }
|
||||||
shakee = { \grace { \small g32[ e f e a] } }
|
shakee = { \pgrace { \small g32[ e f e a] } }
|
||||||
shakef = { \grace { \small g32[ f g f a] } }
|
shakef = { \pgrace { \small g32[ f g f a] } }
|
||||||
shakeg = { \grace { \small A32[ f g a] } }
|
shakeg = { \pgrace { \small A32[ f g a] } }
|
||||||
shakeA = { \grace { \small A32[ g A a] } }
|
shakeA = { \pgrace { \small A32[ g A a] } }
|
||||||
|
|
||||||
% Half shakes
|
% Half shakes
|
||||||
hshakea = { \grace { \small a32[ d a G] } }
|
hshakea = { \pgrace { \small a32[ d a G] } }
|
||||||
hshakeb = { \grace { \small b32[ d b G] } }
|
hshakeb = { \pgrace { \small b32[ d b G] } }
|
||||||
hshakec = { \grace { \small c32[ d c G] } }
|
hshakec = { \pgrace { \small c32[ d c G] } }
|
||||||
hshaked = { \grace { \small d32[ e d G] } }
|
hshaked = { \pgrace { \small d32[ e d G] } }
|
||||||
hshakee = { \grace { \small e32[ f e a] } }
|
hshakee = { \pgrace { \small e32[ f e a] } }
|
||||||
hshakef = { \grace { \small f32[ g f a] } }
|
hshakef = { \pgrace { \small f32[ g f a] } }
|
||||||
hshakeg = { \grace { \small g32[ f g a] } }
|
hshakeg = { \pgrace { \small g32[ f g a] } }
|
||||||
hshakeA = { \grace { \small A32[ g A a] } }
|
hshakeA = { \pgrace { \small A32[ g A a] } }
|
||||||
|
|
||||||
% Thumb shakes
|
% Thumb shakes
|
||||||
tshakea = { \grace { \small A32[ a d a G] } }
|
tshakea = { \pgrace { \small A32[ a d a G] } }
|
||||||
tshakeb = { \grace { \small A32[ b d b G] } }
|
tshakeb = { \pgrace { \small A32[ b d b G] } }
|
||||||
tshakec = { \grace { \small A32[ c d c G] } }
|
tshakec = { \pgrace { \small A32[ c d c G] } }
|
||||||
tshaked = { \grace { \small A32[ d e d G] } }
|
tshaked = { \pgrace { \small A32[ d e d G] } }
|
||||||
tshakee = { \grace { \small A32[ e f e a] } }
|
tshakee = { \pgrace { \small A32[ e f e a] } }
|
||||||
tshakef = { \grace { \small A32[ f g f a] } }
|
tshakef = { \pgrace { \small A32[ f g f a] } }
|
||||||
tshakeg = { \grace { \small A32[ f g a] } }
|
tshakeg = { \pgrace { \small A32[ f g a] } }
|
||||||
tshakeA = { \grace { \small A32[ g A a] } }
|
tshakeA = { \pgrace { \small A32[ g A a] } }
|
||||||
|
|
||||||
% Slurs
|
% Slurs
|
||||||
% A few of these can't really be played and are here only for consistency.
|
% A few of these can't really be played and are here only for consistency.
|
||||||
slura = { \grace { \small g32[ a G] } }
|
slura = { \pgrace { \small g32[ a G] } }
|
||||||
slurb = { \grace { \small g32[ b G] } }
|
slurb = { \pgrace { \small g32[ b G] } }
|
||||||
slurc = { \grace { \small g32[ c G] } }
|
slurc = { \pgrace { \small g32[ c G] } }
|
||||||
slurd = { \grace { \small g32[ d G] } }
|
slurd = { \pgrace { \small g32[ d G] } }
|
||||||
slure = { \grace { \small g32[ e a] } }
|
slure = { \pgrace { \small g32[ e a] } }
|
||||||
slurf = { \grace { \small g32[ f a] } }
|
slurf = { \pgrace { \small g32[ f a] } }
|
||||||
slurg = { \grace { \small A32[ f a] } }
|
slurg = { \pgrace { \small A32[ f a] } }
|
||||||
slurA = { \grace { \small f32[ a] } }
|
slurA = { \pgrace { \small f32[ a] } }
|
||||||
|
|
||||||
% Half slurs
|
% Half slurs
|
||||||
hslura = { \grace { \small a32[ G] } }
|
hslura = { \pgrace { \small a32[ G] } }
|
||||||
hslurb = { \grace { \small b32[ G] } }
|
hslurb = { \pgrace { \small b32[ G] } }
|
||||||
hslurc = { \grace { \small c32[ G] } }
|
hslurc = { \pgrace { \small c32[ G] } }
|
||||||
hslurd = { \grace { \small d32[ G] } }
|
hslurd = { \pgrace { \small d32[ G] } }
|
||||||
hslure = { \grace { \small e32[ a] } }
|
hslure = { \pgrace { \small e32[ a] } }
|
||||||
hslurf = { \grace { \small f32[ a] } }
|
hslurf = { \pgrace { \small f32[ a] } }
|
||||||
hslurg = { \grace { \small g32[ a] } }
|
hslurg = { \pgrace { \small g32[ a] } }
|
||||||
hslurA = { \grace { \small A32[ a] } }
|
hslurA = { \pgrace { \small A32[ a] } }
|
||||||
|
|
||||||
% Thumb slurs
|
% Thumb slurs
|
||||||
tslura = { \grace { \small A32[ a G] } }
|
tslura = { \pgrace { \small A32[ a G] } }
|
||||||
tslurb = { \grace { \small A32[ b G] } }
|
tslurb = { \pgrace { \small A32[ b G] } }
|
||||||
tslurc = { \grace { \small A32[ c G] } }
|
tslurc = { \pgrace { \small A32[ c G] } }
|
||||||
tslurd = { \grace { \small A32[ d a] } }
|
tslurd = { \pgrace { \small A32[ d a] } }
|
||||||
tslure = { \grace { \small A32[ e a] } }
|
tslure = { \pgrace { \small A32[ e a] } }
|
||||||
tslurf = { \grace { \small A32[ f a] } }
|
tslurf = { \pgrace { \small A32[ f a] } }
|
||||||
tslurg = { \grace { \small A32[ f a] } }
|
tslurg = { \pgrace { \small A32[ f a] } }
|
||||||
tslurA = { \grace { \small f32[ a] } }
|
tslurA = { \pgrace { \small f32[ a] } }
|
||||||
|
|
||||||
% Catches
|
% Catches
|
||||||
catcha = { \grace { \small a32[ G d G] } }
|
catcha = { \pgrace { \small a32[ G d G] } }
|
||||||
catchb = { \grace { \small b32[ G d G] } }
|
catchb = { \pgrace { \small b32[ G d G] } }
|
||||||
catchc = { \grace { \small c32[ G d G] } }
|
catchc = { \pgrace { \small c32[ G d G] } }
|
||||||
catchd = { \grace { \small d32[ G b G] } }
|
catchd = { \pgrace { \small d32[ G b G] } }
|
||||||
catche = { \grace { \small e32[ G d G] } }
|
catche = { \pgrace { \small e32[ G d G] } }
|
||||||
|
|
||||||
% G-grace catches
|
% G-pgrace catches
|
||||||
gcatcha = { \grace { \small g32[ a G d G] } }
|
gcatcha = { \pgrace { \small g32[ a G d G] } }
|
||||||
gcatchb = { \grace { \small g32[ b G d G] } }
|
gcatchb = { \pgrace { \small g32[ b G d G] } }
|
||||||
gcatchc = { \grace { \small g32[ c G d G] } }
|
gcatchc = { \pgrace { \small g32[ c G d G] } }
|
||||||
gcatchd = { \grace { \small g32[ d G b G] } }
|
gcatchd = { \pgrace { \small g32[ d G b G] } }
|
||||||
gcatche = { \grace { \small g32[ e G d G] } }
|
gcatche = { \pgrace { \small g32[ e G d G] } }
|
||||||
|
|
||||||
% Thumb catches
|
% Thumb catches
|
||||||
tcatcha = { \grace { \small A32[ a G d G] } }
|
tcatcha = { \pgrace { \small A32[ a G d G] } }
|
||||||
tcatchb = { \grace { \small A32[ b G d G] } }
|
tcatchb = { \pgrace { \small A32[ b G d G] } }
|
||||||
tcatchc = { \grace { \small A32[ c G d G] } }
|
tcatchc = { \pgrace { \small A32[ c G d G] } }
|
||||||
tcatchd = { \grace { \small A32[ d G b G] } }
|
tcatchd = { \pgrace { \small A32[ d G b G] } }
|
||||||
tcatche = { \grace { \small A32[ e G d G] } }
|
tcatche = { \pgrace { \small A32[ e G d G] } }
|
||||||
|
|
||||||
% Triple strikes (BMW has them all, but I've never seen any but the A one used, so ...)
|
% Triple strikes (BMW has them all, but I've never seen any but the A one used, so ...)
|
||||||
tripleA = { \grace { \small A32[ g A g A g] } }
|
tripleA = { \pgrace { \small A32[ g A g A g] } }
|
||||||
|
|
||||||
% Throws
|
% Throws
|
||||||
thrwd = { \grace { \small G32[ d c] } }
|
thrwd = { \pgrace { \small G32[ d c] } }
|
||||||
Gthrwd = { \grace { \small d32[ c] } }
|
Gthrwd = { \pgrace { \small d32[ c] } }
|
||||||
gripthrwd = { \grace { \small G32[ d G c] } }
|
gripthrwd = { \pgrace { \small G32[ d G c] } }
|
||||||
thrwe = { \grace { \small e32[ a f a] } }
|
thrwe = { \pgrace { \small e32[ a f a] } }
|
||||||
wthrwe = { \grace { \small e32[ d f d] } }
|
wthrwe = { \pgrace { \small e32[ d f d] } }
|
||||||
thrwf = { \grace { \small f32[ e g e] } }
|
thrwf = { \pgrace { \small f32[ e g e] } }
|
||||||
|
|
||||||
% Birls
|
% Birls
|
||||||
birl = { \grace { \small a32[ G a G] } }
|
birl = { \pgrace { \small a32[ G a G] } }
|
||||||
wbirl = { \grace { \small G32[ a G] } }
|
wbirl = { \pgrace { \small G32[ a G] } }
|
||||||
gbirl = { \grace { \small g32[ a G a G] } }
|
gbirl = { \pgrace { \small g32[ a G a G] } }
|
||||||
dbirl = { \grace { \small d32[ a G a G] } }
|
dbirl = { \pgrace { \small d32[ a G a G] } }
|
||||||
|
|
||||||
% Grips
|
% Grips
|
||||||
grip = { \grace { \small G32[ d G] } }
|
grip = { \pgrace { \small G32[ d G] } }
|
||||||
dgrip = { \grace { \small G32[ b G] } }
|
dgrip = { \pgrace { \small G32[ b G] } }
|
||||||
egrip = { \grace { \small G32[ e G] } }
|
egrip = { \pgrace { \small G32[ e G] } }
|
||||||
|
|
||||||
% Taorluaths
|
% Taorluaths
|
||||||
taor = { \grace { \small G32[ d G e] } }
|
taor = { \pgrace { \small G32[ d G e] } }
|
||||||
taorjmd = { \grace { \small G32[ d a e] } }
|
taorjmd = { \pgrace { \small G32[ d a e] } }
|
||||||
taorold = { \grace { \small G32[ d G a e] } }
|
taorold = { \pgrace { \small G32[ d G a e] } }
|
||||||
dtaor = { \grace { \small G32[ b G e] } }
|
dtaor = { \pgrace { \small G32[ b G e] } }
|
||||||
Gtaor = { \grace { \small d32[ G e] } }
|
Gtaor = { \pgrace { \small d32[ G e] } }
|
||||||
taoramb = { \grace { \small G32[ d G b e] } }
|
taoramb = { \pgrace { \small G32[ d G b e] } }
|
||||||
taoramc = { \grace { \small G32[ d G c e] } }
|
taoramc = { \pgrace { \small G32[ d G c e] } }
|
||||||
taoramd = { \grace { \small G32[ d G c d e] } }
|
taoramd = { \pgrace { \small G32[ d G c d e] } }
|
||||||
|
|
||||||
% Crunluaths
|
% Crunluaths
|
||||||
crun = { \grace { \small G32[ d G e a f a ] } }
|
crun = { \pgrace { \small G32[ d G e a f a ] } }
|
||||||
dcrun = { \grace { \small G32[ b G e a f a ] } }
|
dcrun = { \pgrace { \small G32[ b G e a f a ] } }
|
||||||
Gcrun = { \grace { \small d32[ G e G f a ] } }
|
Gcrun = { \pgrace { \small d32[ G e G f a ] } }
|
||||||
crunamb = { \grace { \small G32[ d G b e b f b ] } }
|
crunamb = { \pgrace { \small G32[ d G b e b f b ] } }
|
||||||
crunamc = { \grace { \small G32[ d G c e c f c ] } }
|
crunamc = { \pgrace { \small G32[ d G c e c f c ] } }
|
||||||
crunamd = { \grace { \small G32[ d G c d e d f d ] } }
|
crunamd = { \pgrace { \small G32[ d G c d e d f d ] } }
|
||||||
crunambfosg = { \grace { \small e32[ b f b ] } }
|
crunambfosg = { \pgrace { \small e32[ b f b ] } }
|
||||||
crunamcfosg = { \grace { \small e32[ c f c ] } }
|
crunamcfosg = { \pgrace { \small e32[ c f c ] } }
|
||||||
crunamdfosg = { \grace { \small e32[ d f d ] } }
|
crunamdfosg = { \pgrace { \small e32[ d f d ] } }
|
||||||
|
|
||||||
% Special piobaireachd notations
|
% Special piobaireachd notations
|
||||||
grGcad = { \grace { \small G16 } }
|
grGcad = { \pgrace { \small G16 } }
|
||||||
gracad = { \grace { \small a16 } }
|
gracad = { \pgrace { \small a16 } }
|
||||||
cad = { \grace { \small g32[ e8 d32] } }
|
cad = { \pgrace { \small g32[ e8 d32] } }
|
||||||
hcad = { \grace { \small g32[ e8] } }
|
hcad = { \pgrace { \small g32[ e8] } }
|
||||||
tcad = { \grace { \small e8[ d32] } }
|
tcad = { \pgrace { \small e8[ d32] } }
|
||||||
thcad = { \grace { \small e8 } }
|
thcad = { \pgrace { \small e8 } }
|
||||||
% This is the same as thrwe
|
% This is the same as thrwe
|
||||||
dre = { \grace { \small e32[ a f a] } }
|
dre = { \pgrace { \small e32[ a f a] } }
|
||||||
% This is the same as thrwf
|
% This is the same as thrwf
|
||||||
dare = { \grace { \small f32[ e g e] } }
|
dare = { \pgrace { \small f32[ e g e] } }
|
||||||
bari = { \grace { \small e32[ G f G] } }
|
bari = { \pgrace { \small e32[ G f G] } }
|
||||||
dari = { \grace { \small f32[ e g e f e] } }
|
dari = { \pgrace { \small f32[ e g e f e] } }
|
||||||
pthrwd = { \grace { \small G16[ d32 c] } }
|
pthrwd = { \pgrace { \small G16[ d32 c] } }
|
||||||
darodo = { \grace { \small G32[ d G c G] } }
|
darodo = { \pgrace { \small G32[ d G c G] } }
|
||||||
Gdarodo = { \grace { \small d32[ G c G] } }
|
Gdarodo = { \pgrace { \small d32[ G c G] } }
|
||||||
pdarodo = { \grace { \small G16[ d32 G c G16] } }
|
pdarodo = { \pgrace { \small G16[ d32 G c G16] } }
|
||||||
pGdarodo = { \grace { \small d32[ G c G16] } }
|
pGdarodo = { \pgrace { \small d32[ G c G16] } }
|
||||||
% Weird stuff from Joseph MacDonald’s book
|
% Weird stuff from Joseph MacDonald’s book
|
||||||
fifteenthcutting = { \grace { \small G32[ d a e a f a e a d] } }
|
fifteenthcutting = { \pgrace { \small G32[ d a e a f a e a d] } }
|
||||||
fifteenthcuttingG = { \grace { \small G32[ d a e G f G e G d] } }
|
fifteenthcuttingG = { \pgrace { \small G32[ d a e G f G e G d] } }
|
||||||
Gfifteenthcutting = { \grace { \small d32[ a e a f a e a d] } }
|
Gfifteenthcutting = { \pgrace { \small d32[ a e a f a e a d] } }
|
||||||
GfifteenthcuttingG = { \grace { \small d32[ a e G f G e G d] } }
|
GfifteenthcuttingG = { \pgrace { \small d32[ a e G f G e G d] } }
|
||||||
seventeenthcutting = { \grace { \small G32[ d a e a f a e a d a c] } }
|
seventeenthcutting = { \pgrace { \small G32[ d a e a f a e a d a c] } }
|
||||||
seventeenthcuttingG = { \grace { \small G32[ d a e G f G e G d G c] } }
|
seventeenthcuttingG = { \pgrace { \small G32[ d a e G f G e G d G c] } }
|
||||||
Gseventeenthcutting = { \grace { \small d32[ a e a f a e a d a c] } }
|
Gseventeenthcutting = { \pgrace { \small d32[ a e a f a e a d a c] } }
|
||||||
GseventeenthcuttingG = { \grace { \small d32[ a e G f G e G d G c] } }
|
GseventeenthcuttingG = { \pgrace { \small d32[ a e G f G e G d G c] } }
|
||||||
barluadh = { \grace { \small G32[ d a e a f a e a d a c a b a e a f a] } }
|
barluadh = { \pgrace { \small G32[ d a e a f a e a d a c a b a e a f a] } }
|
||||||
barluadhG = { \grace { \small G32[ d a e G f G e G d G c G b G e G f G] } }
|
barluadhG = { \pgrace { \small G32[ d a e G f G e G d G c G b G e G f G] } }
|
||||||
Gbarluadh = { \grace { \small d32[ a e a f a e a d a c a b a e a f a] } }
|
Gbarluadh = { \pgrace { \small d32[ a e a f a e a d a c a b a e a f a] } }
|
||||||
GbarluadhG = { \grace { \small d32[ a e G f G e G d G c G b G e G f G] } }
|
GbarluadhG = { \pgrace { \small d32[ a e G f G e G d G c G b G e G f G] } }
|
||||||
% Non-gracenote piobaireachd markup.
|
% Non-gracenote piobaireachd markup.
|
||||||
trebling = \markup {
|
trebling = \markup {
|
||||||
\override #'(baseline-skip . 0.3)
|
\override #'(baseline-skip . 0.3)
|
||||||
|
|
Loading…
Reference in a new issue