> Le 16/04/2022 16:55, Knute Snortum <[email protected]> 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
}


Best,
Jean

Reply via email to