Yes! Thank you for this workaround!
ps. Anyway, I think this is an issue.
\version "2.18.2"
\score {
\context ChoirStaff <<
\accidentalStyle ChoirStaff.modern-voice-cautionary
<<
\relative c'' { cis4 c cis c }
\\
\relative a' {
a4
\once \accidentalStyle modern
c! a c,
}
>>
>>
}
\layout {
\context {
\Staff
\override AccidentalCautionary #'font-size = #-3
}
}
2016-02-24 22:58 GMT+02:00 Noeck <[email protected]>:
> 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
--
Dmytro O. Redchuk
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond