bug-lilypond
[Top][All Lists]
Advanced

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

Re: AccidentalCautionary in NullVoice


From: James
Subject: Re: AccidentalCautionary in NullVoice
Date: Mon, 10 Feb 2014 17:02:12 +0000

Hello,


On 10 February 2014 02:19, Dan Eble <address@hidden> 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


reply via email to

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