mirror of
https://github.com/kastdeur/bagpipe.ly.git
synced 2025-01-07 00:13:35 +01:00
Added fgrip.
This commit is contained in:
parent
16bd8fbc2c
commit
bdfeaa764f
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,7 @@ showTrueKeySignature = {
|
||||||
\override Tie #'direction = #up
|
\override Tie #'direction = #up
|
||||||
|
|
||||||
\override KeySignature #'print-function = ##f
|
\override KeySignature #'print-function = ##f
|
||||||
\override VoltaBracketSpanner #'Y-extent = #'(-1 . 0)
|
\override VoltaBracketSpanner #'Y-extent = #'(-1.5 . 0)
|
||||||
\override VoltaBracket #'height = #2.2
|
\override VoltaBracket #'height = #2.2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -293,6 +293,7 @@ dbirl = { \pgrace { d32[ a G a G] } }
|
||||||
grip = { \pgrace { G32[ d G] } }
|
grip = { \pgrace { G32[ d G] } }
|
||||||
dgrip = { \pgrace { G32[ b G] } }
|
dgrip = { \pgrace { G32[ b G] } }
|
||||||
egrip = { \pgrace { G32[ e G] } }
|
egrip = { \pgrace { G32[ e G] } }
|
||||||
|
fgrip = { \pgrace { G32[ f G] } }
|
||||||
|
|
||||||
% Taorluaths
|
% Taorluaths
|
||||||
taor = { \pgrace { G32[ d G e] } }
|
taor = { \pgrace { G32[ d G e] } }
|
||||||
|
|
Loading…
Reference in a new issue