lilypond-user
[Top][All Lists]
Advanced

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

Re: Accidental spacing with tied note, issue 612


From: Jean Abou Samra
Subject: Re: Accidental spacing with tied note, issue 612
Date: Sat, 16 Apr 2022 17:04:29 +0200 (CEST)

> Le 16/04/2022 16:55, Knute Snortum <ksnortum@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
}


Best,
Jean



reply via email to

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