From 488e95e71e0fe056502aa151cce444888782f4bc Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Tue, 15 Mar 2022 23:30:49 +0100 Subject: [PATCH] Remove leaking \small from \drumgrace If needed, this could be replaced with a \magnifyStaff 9/10 in the future. But it was barely useful in the few tests I did. Instead let's leave this to lilypond. 'Cause, you know, lilypond is cool! :-) --- lib/embellishments.ily | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/embellishments.ily b/lib/embellishments.ily index 4e10383..3f68101 100644 --- a/lib/embellishments.ily +++ b/lib/embellishments.ily @@ -12,7 +12,10 @@ drumgrace = #(define-music-function (parser location notes ) ( ly:music? ) #{ \override Score.Stem #'beamlet-max-length-proportion = #'(0.5 . 0.5) % Print notes - \small \times 1/4 { \grace $notes } + % Grace note timing is scaled, so they do not wander off too + % much when combined with pipeband embellishments in a full + % score. + \times 1/4 { \grace $notes } % Revert back \revert Score.Stem #'beamlet-default-length