there seems to be a problem with "#(set-accidental-style '_whatever_)". in the example 1 below, if you replace the "d''" with any other note it works again... it seems that if there is any number of measures before the " d''4 " (which should get a natural) another " d'' " it will not write the natural - example 2.

hope that helpes,
jmk



example 1:
---------------

\version "2.9.10"
\new Staff <<
#(set-accidental-style 'modern)
<<
{ d'' a' g' g' |fis'2. d''4 } \\
{ g' fis' fis' e' | dis'2. e'4 }
>> >>


example 2:
-------------

\version "2.9.10"
\new Staff <<
#(set-accidental-style 'modern)
<<
{ d'' a' g' g' | e'' a' g' g' | e'' a' g' g' | e'' a' g' g' |
e'' a' g' g' | e'' a' g' g' | e'' a' g' g' | e'' a' g' g' |
fis'2. d''4 } \\
{ g' fis' fis' e' | g' fis' fis' e' | g' fis' fis' e' |
g' fis' fis' e' | g' fis' fis' e' | g' fis' fis' e' |
g' fis' fis' e' | g' fis' fis' e' | dis'2. e'4 }
>> >>



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to