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
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel