On Sun, May 22, 2022 at 6:16 AM Soo Lee <[email protected]> wrote:
>
> Hi,
>
> In the example below, the fingering on the grace note B does not show well 
> because it overlaps with the beam. I do want to keep the stems up and the 
> fingering up because there will be another voice. What is the best way to 
> avoid this overlap? Thank you!
>
> \relative c'' {
>     g8[ \acciaccatura b-5 a g]
> }

You could try two strategies: raise the beams or raise the fingering.

%%%
\version "2.22.2"

\relative c'' {
    \once \override Beam.positions = #'(4 . 4)
    g8[ \acciaccatura b-5 a g]
}

\relative c'' {
    g8[ \acciaccatura b-\tweak Y-offset 4.5 -5 a g]
}
%%%

--
Knute Snortum

Reply via email to