lilypond-devel
[Top][All Lists]
Advanced

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

Re: First stab at getting script offsets right. (issue 5235052)


From: n . puttock
Subject: Re: First stab at getting script offsets right. (issue 5235052)
Date: Tue, 18 Oct 2011 13:56:34 +0000


http://codereview.appspot.com/5235052/diff/17001/lily/script-engraver.cc
File lily/script-engraver.cc (right):

http://codereview.appspot.com/5235052/diff/17001/lily/script-engraver.cc#newcode206
lily/script-engraver.cc:206:
Script_engraver::acknowledge_inline_accidental (Grob_info info)
Doesn't this add every accidental to a script in a chord?

I'm concerned there's a risk the side-positioning calculation might be
incorrect, since the accidentals are shuffled around via
AccidentalPlacement later.

http://codereview.appspot.com/5235052/diff/17001/lily/side-position-interface.cc
File lily/side-position-interface.cc (right):

http://codereview.appspot.com/5235052/diff/17001/lily/side-position-interface.cc#newcode218
lily/side-position-interface.cc:218: b[ax] = e->maybe_pure_extent
(common[ax], ax, pure, start, end);
Accidentals have special treatment for more accurate boxes.  Could you
use them instead (or get the skyline from AccidentalPlacement instead)?

http://codereview.appspot.com/5235052/



reply via email to

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