lilypond-devel
[Top][All Lists]
Advanced

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

4th order bezier bows


From: Han-Wen Nienhuys
Subject: 4th order bezier bows
Date: Fri, 22 Feb 2002 17:23:31 +0100

address@hidden writes:
> The slurs of lilypond are ugly - they are not "tense" enough.
> I have done some simple by-hand-testing and found out that 4th order
> bezier bows will be enough to do nice curves.

Nice to see someone getting hands dirty with code :-)

> I know no postscript at all, and I couldn't find where in the sources
> you define the postscript commands for drawing 3rd order bezier bows.

The postscript routine is called draw_bezier_sandwich
(music-drawing-routines.ps), postscript code to draw a bezier looks
like

        0 0 moveto
        c1x c1y c2x c2y endx endy curveto

        stroke

        showpage


-- 

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




reply via email to

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