bug-lilypond
[Top][All Lists]
Advanced

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

Re: unexpected accidental following cadenza


From: James
Subject: Re: unexpected accidental following cadenza
Date: Sat, 3 Mar 2012 08:42:48 +0000

Hello,

On 3 March 2012 08:11, David Bobroff <address@hidden> 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



reply via email to

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