\new Staff <<
#(set-accidental-style 'modern)
<<
{ e'' a' g' g' |fis'2. d''4 } \\
{ g' fis' fis' e' | dis'2. e'4 }
>>
if e'' is replaced with d'', the natural
desired behaviour, example 1
example 1:
---
\version "2.9.29"
\new Staff <<
#(set-accidental-style 'modern)
<<
{ e'' a' g' g' |fis'2. d''4 } \\
{ g' fis' fis' e' | dis'2. e
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 shou