mirror of
https://github.com/kastdeur/lilydrum.git
synced 2024-12-22 09:13:33 +01:00
Shortened actual duration of drumgracing, so they appear as one 32 note to lilypond
This way, flams and drags will not occupy twice the space needed for piping embellishments if they occur at the same time step
This commit is contained in:
parent
3d3e3f9e01
commit
44c4d3ae99
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ drumgrace = #(define-music-function (parser location notes ) ( ly:music? ) #{
|
|||
\override Score.Stem #'beamlet-max-length-proportion = #'(0.5 . 0.5)
|
||||
|
||||
% Print notes
|
||||
\small \grace $notes
|
||||
\small \times 1/4 { \grace $notes }
|
||||
|
||||
% Revert back
|
||||
\revert Score.Stem #'beamlet-default-length
|
||||
|
|
Loading…
Reference in a new issue