lilypond-devel
[Top][All Lists]
Advanced

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

Re: Bug in the new PS code


From: David Feuer
Subject: Re: Bug in the new PS code
Date: Mon, 17 Apr 2006 00:30:35 -0400

On 4/16/06, Erlend Aasland <address@hidden> wrote:
> Hi David,
>
> The two dash functions (draw_dashed_{line,slur}) set the dash pattern with
> setdash, but they forget to reset it (so the output looks a bit weird after
> the first dashed line has been drawn). The attached patch will fix this, but
> I'd like you to approve it before I apply it. It just throws in a "[] 0
> setdash" after the "stroke" command.

This should only be necessary for the draw_dashed_line procedure.  The
draw_dashed_slur one brackets its operations with gsave/grestore.

David




reply via email to

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