I also think there should be only one accidental in this place. As a
workaround, you can set the accidental style to modern for this note:


> \version "2.18.2"
> 
> \score {
>   \context ChoirStaff <<
>     \accidentalStyle ChoirStaff.modern-voice-cautionary
>     <<
>       \relative c'' { cis4 c }
>       \\
>       % how to force cancellation, not caution?
>       \relative a'  { a4

\once \accidentalStyle modern

> c! }
>     >>
>   >>
> }
> 
> \layout {
>   \context {
>     \Staff
>     \override AccidentalCautionary #'font-size = #-3
>   }
> }


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to