Hello,

On 10 February 2014 02:19, Dan Eble <d...@faithful.be> wrote:

> Here is a work-around for
> https://code.google.com/p/lilypond/issues/detail?id=3834 which I suppose
> suggests both a resolution and a reason not to make a distinction between
> Accidental and AccidentalCautionary in the first place.  (I understand
> there are probably good reasons to make a distinction or it wouldn't be
> that way.)
>
> \version "2.18.0"
>
> \layout {
>   \context {
>     \NullVoice
>     \omit AccidentalCautionary
>   }
> }
>
> notes = \relative c' {
>   ces?4 c? cis? cisis?
> }
>
> \new Staff <<
>   \new Voice \notes
>   \new NullVoice = "null" \notes
> >>
> --
> Dan
>

I've added this to the tracker.

If it isn't going to be implemented directly we could have an @snippet in
the docs.

James
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to