On Sat, Apr 16, 2022 at 8:04 AM Jean Abou Samra <j...@abou-samra.fr> wrote:
>
>
> > Le 16/04/2022 16:55, Knute Snortum <ksnor...@gmail.com> a écrit :
> >
> >
> > I have run into a LilyPond issue [1] where the accidental spacing is
> > wrong when there is a tie to the next measure. This is my tiny
> > example (and there's a good one in the issue, too):
> >
> > %%%
> > \version "2.22.2"
> >
> > \relative {
> > \clef bass
> > s2. gis4~ | <gis, dis' gis bis>2
> > }
> > %%%
> >
> > My question: is there a work-around? I've tried everything I can
> > think of to move the accidentals closer to the chord, but without
> > success.
> >
> >
> > [1] https://gitlab.com/lilypond/lilypond/-/issues/612
>
>
>
> As noted by Lukas in one of the threads relating to this issue
> (I can't find the link anymore), \omit does the trick.
>
>
> \version "2.22.2"
>
> \relative {
>    \clef bass
>    s2. gis4~ | <gis, dis' \single \omit Accidental gis bis>2
> }

Great, thanks!  I'll put that in the issue.

--
Knute Snortum

Reply via email to