Hi list,

I found a small but weird bug concerning beam slopes: In the following code, every accidental sign (including quarter tones) except natural and semisharp will change the direction of beam slope the other staff. IMO the changed beam slope looks wrong.

%%%%%

\version "2.19.30"

% sharp sign breaks beam slope in other staff
<<
  \relative { a'8 a16 ais }
  \relative { e'' c, g' c }
>>

% everything okay with natural sign (compare to “without accidental”)
<<
  \relative { a'8 a16 a! }
  \relative { e'' c, g' c }
>>

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

Reply via email to