Isn't it an ugly collision, really?

2016-02-25 10:57 GMT+02:00 Dmytro O. Redchuk <brownian....@gmail.com>:
> 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 <noeck.marb...@gmx.de>:
>> 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
>> bug-lilypond@gnu.org
>> https://lists.gnu.org/mailman/listinfo/bug-lilypond
>
>
>
> --
>   Dmytro O. Redchuk



-- 
  Dmytro O. Redchuk
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to