mirror of
https://github.com/kastdeur/bagpipe.ly.git
synced 2024-10-31 17:43:33 +01:00
Added beamlet length tweak.
This commit is contained in:
parent
281962f036
commit
ef54f70802
1 changed files with 3 additions and 1 deletions
|
@ -139,10 +139,12 @@ marchTime = {
|
|||
\quarterBeaming
|
||||
}
|
||||
|
||||
% Add appropriate tweaks needed for piping grace notes to look great.
|
||||
pgrace = #(define-music-function (parser location notes) (ly:music?)
|
||||
#{ \override Score.GraceSpacing #'spacing-increment = #0
|
||||
% \override Score.Beam #'gap = #2.0
|
||||
\override Score.Stem #'beamlet-default-length = #'(0.6 . 0.6)
|
||||
\grace $notes
|
||||
\revert Score.Stem #'beamlet-default-length
|
||||
#}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue