You skipped the cosmetic patch that folds together the (SCM, SCM) callbacks into one big quanting callback.
I assume this is the real patch, + if (consistent_broken_slope_) + { + Interval normalized_endpoints = robust_scm2interval (beam_->get_property ("normalized-endpoints"), Interval (0, 1)); + Real y_length = final_positions[RIGHT] - final_positions[LEFT]; + + final_positions[LEFT] += normalized_endpoints[LEFT] * y_length; + final_positions[RIGHT] -= (1 - normalized_endpoints[RIGHT]) * y_length; + } am I correct? On Tue, Oct 4, 2011 at 6:57 AM, Mike Solomon <mike...@ufl.edu> wrote: > Hey all, > > The cosmetic stuff is pushed to current master and I've posted a new slope > patch on Rietveld that applies cleanly to current master. > > The only concern I have is that, running regtests this morning, I am getting > sporadic differences in graphviz.log. These have appeared since I pushed the > cosmetic patch. Does anyone know where these could be coming from? Perhaps > an uninitialized variable? Everything else builds cleanly with no warnings, > but for some reason, this is persistent. graphviz draws dependencies between grobs, so if you change the internal dependencies of properties, it may shift things around. -- Han-Wen Nienhuys - han...@xs4all.nl - http://www.xs4all.nl/~hanwen _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel