bug-lilypond
[Top][All Lists]
Advanced

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

Re: 2.18.2: modern-voice-cautionary and no way to force accidental


From: Dmytro O. Redchuk
Subject: Re: 2.18.2: modern-voice-cautionary and no way to force accidental
Date: Thu, 25 Feb 2016 10:57:27 +0200

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 <address@hidden>:
> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond



-- 
  Dmytro O. Redchuk

Attachment: acc-sample-3.png
Description: PNG image


reply via email to

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