bug-lilypond
[Top][All Lists]
Advanced

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

accidental changes beam slope in other staff


From: Malte Meyn
Subject: accidental changes beam slope in other staff
Date: Fri, 11 Dec 2015 15:48:14 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

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 }
>>

%%%%%

Attachment: weird_beam_slope.png
Description: PNG image


reply via email to

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