On Tue, Mar 1, 2011 at 7:51 PM, David Kastrup <[email protected]> wrote:
> The diff says something like
>
>    {
>       Real yshift = config->y[LEFT] - 0.5 * staff_space;
> -      if (abs (round(yshift) - yshift) < 0.01 * staff_space)
> +      if (abs ((int)(yshift + 0.5) - yshift) < 0.01 * staff_space)
>         config->add (parameters.HORIZONTAL_INTER_QUANT_PENALTY, "H");
>     }

We have a my_round() for this.  Can we instead define a normal round()
function with an #ifdef FREEBSD , to fix this for once and for all?

--
Han-Wen Nienhuys - [email protected] - http://www.xs4all.nl/~hanwen

_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to