Hello,

On 3 March 2012 08:11, David Bobroff <bobr...@centrum.is> wrote:
> I got a surprise when a cancelling accidental was printed at the beginning
> of a measure.  This happened following a cadenza.  Short example below:
>
>
> %%%
> \version "2.14.2"
>
> \relative c'
> {
>  \key c \major
>  \cadenzaOn
>  fis4 g a b
>  \cadenzaOff
>  \bar "|"
>  f
> }
> %%%
>
> Is this a bug?
>

Could be..

If you use

%%%
\version "2.14.2"

\relative c'
{
 \key c \major
 \cadenzaOn
 fis4 g a
 b
 \cadenzaOff
 \bar "|"
 fis fis fis fis
 f f f f
 }
%%%

Then the natural symbol doesn't occur in the *next* measure.

-- 
--

James

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

Reply via email to