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: Noeck
Subject: Re: 2.18.2: modern-voice-cautionary and no way to force accidental
Date: Wed, 24 Feb 2016 21:58:59 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

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
>   }
> }




reply via email to

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