lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fingering of a grace note overlaps with beam


From: Knute Snortum
Subject: Re: fingering of a grace note overlaps with beam
Date: Sun, 22 May 2022 08:30:51 -0700

On Sun, May 22, 2022 at 6:16 AM Soo Lee <duplexa@gmail.com> 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

[Prev in Thread] Current Thread [Next in Thread]