lilypond-devel
[Top][All Lists]
Advanced

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

Re: Attaches bound info to beam for better normalized-endpoint calculati


From: n . puttock
Subject: Re: Attaches bound info to beam for better normalized-endpoint calculations. (issue4605047)
Date: Wed, 15 Jun 2011 21:50:51 +0000


http://codereview.appspot.com/4605047/diff/1/lily/beam.cc
File lily/beam.cc (right):

http://codereview.appspot.com/4605047/diff/1/lily/beam.cc#newcode564
lily/beam.cc:564: + last_normal_stem (me)->extent (commonx,
X_AXIS).length ();
needs parentheses to keep indentation

http://codereview.appspot.com/4605047/diff/1/lily/beam.cc#newcode571
lily/beam.cc:571: + stems.back ()->extent (commonx, X_AXIS).length ();
needs parentheses to keep indentation

http://codereview.appspot.com/4605047/diff/1/lily/beam.cc#newcode591
lily/beam.cc:591: me->set_property (bound_info[d], scm_list_2 (scm_cons
(ly_symbol2scm ("X"), scm_from_double (span[d])),
Hmm, this strikes me as a bit weird; we don't usually set properties at
this late stage.

http://codereview.appspot.com/4605047/



reply via email to

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