lilypond-devel
[Top][All Lists]
Advanced

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

Re: alternatives not taken into account in automatic accidentals


From: Dan Eble
Subject: Re: alternatives not taken into account in automatic accidentals
Date: Sun, 9 Aug 2009 07:49:48 -0400

That reminds me of a problem I once encountered.  Aren't accidentals
normally supposed to be cancelled by the next bar line? This one carries
over, so that the second B flat has no flat printed.

\version "2.12.1"
\include "english.ly"

\relative c'
{
  c4 c bf \bar "||" bf | c1
}
--
Dan

On 8 Aug 2009, at 14:12, Frédéric Bron wrote:

This is a bug: automatic accidentals do not take into account
alternatives after volta repeat:

{
 #(set-accidental-style 'modern)
 \time 2/4
 \repeat volta 2 { cis'4 dis' }
 \alternative { { c' d'8 eis'8 } { d'4 c'8 e' } }
}

in the second alternative: we should have:
- natural d, natural c, no sign e
instead of
- no sign d, no sign c, natural e

Frédéric


_______________________________________________
lilypond-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-devel






reply via email to

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