lilypond-devel
[Top][All Lists]
Advanced

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

[PATCH] Miscelleanous


From: Han-Wen Nienhuys
Subject: [PATCH] Miscelleanous
Date: Fri, 22 Mar 2002 10:50:05 +0100

address@hidden writes:
> While I am still thinking about my previous patch, here is,
> for the time of being, a different one!

applied.


> + *
> + */
> +Molecule
> +Lookup::bezier_sandwich (Bezier top_curve, Bezier bottom_curve)
> +{

> +  SCM horizontal_bend = scm_list_n (ly_symbol2scm ("bezier-sandwich"),
> +                                 ly_quote_scm (list),
> +                                 gh_double2scm (0.0),
> +                                 SCM_UNDEFINED);

doesn't this give weird effects, now that we have rounded slur
endings?

> + *            /|   ^
> + *           / |   |
> + *          /  |   | height
> + *         /   |   |
> + *        /    |   v
> + *       |    /
> + *       |   /
> + * (0,0) x  /slope=dy/dx
> + *       | /
> + *       |/
> + *
> + *       <----->
> + *        width
> + */
> +Molecule
> +Lookup::horizontal_slope (Real width, Real slope, Real height)
> +{


why don't you use Lookup::beam ?

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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