> While not an ideal solution, just killing the (invisible) accidental's
> stencil seems to work:
> 
> \version "2.20.0"
> 
> noAccidental = \tweak Accidental.stencil ##f \etc
> 
> \score {
>   \new Staff <<
>     \key a \major \time 4/2 \partial 2
>     \clef "bass"
>     << { c'2~ \noAccidental 2 } \\ { a2 g } >>
>   >>
> }

This is very nice, thanks!


    Werner

Reply via email to