Re: PostScript circle printed with unwanted line

2015-05-11 Thread James Lowe
ch 'stroke's or 'fill's a path, it > is > always wise to include the 'newpath' into your postscript subroutine. > So, I'm NOT missing an 'emptied stroke path' at all. > > ArnoldTheresius > > >

Re: PostScript circle printed with unwanted line

2015-05-06 Thread ArnoldTheresius
So, I'm NOT missing an 'emptied stroke path' at all. ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.com/PostScript-circle-printed-with-unwanted-line-tp175881p176235.html Sent from the Bugs mailing list archive at Nabble.com. _

Re: PostScript circle printed with unwanted line

2015-05-06 Thread James
On 06/05/15 11:25, David Kastrup wrote: pls writes: Hi Arnold, thank you very much for your explanations. newpath helped me to get rid of the unwanted line in LilyPond output. But we should likely not start with a non-empty path into \postscript, should we? So it’s not really a bug. One

Re: PostScript circle printed with unwanted line

2015-05-06 Thread David Kastrup
pls writes: > Hi Arnold, > > thank you very much for your explanations. newpath helped me to get > rid of the unwanted line in LilyPond output. But we should likely not start with a non-empty path into \postscript, should we? > So it’s not really a bug. One simply needs to know quite a bit abou

Re: PostScript circle printed with unwanted line

2015-05-06 Thread pls
and, you'll find > the arc command not only creates the arc geometry, it also creates a line > geometry to the start point of this arc if appropriate. This can be used to > create a rounded rectangle with one 'moveto' and four 'arc' commands. > > ArnoldTheres

Re: PostScript circle printed with unwanted line

2015-05-06 Thread ArnoldTheresius
to' and four 'arc' commands. ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.com/PostScript-circle-printed-with-unwanted-line-tp175881p176210.html Sent from the Bugs mailing list archive at Nabble.com. ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: PostScript circle printed with unwanted line

2015-05-05 Thread pls
Hi Arnold, On 05.05.2015, at 14:42, ArnoldTheresius wrote: > pls wrote >> ... >> This line doesn’t show when I use Ghostscript 9.14 to interpret the >> following file (I obviously had to change some values because PostScript >> normally uses units of "points" for placing graphics on the page (in

Re: PostScript circle printed with unwanted line

2015-05-05 Thread ArnoldTheresius
u may try this postscript procedure definition: /drawACircle % x_origin y_origin radius { 3 copy pop moveto dup 0 rmoveto 0 360 arc stroke } def ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.com/

PostScript circle printed with unwanted line

2015-05-02 Thread Patrick L. Schmidt
Hey all, when I try to draw a circle in a \markup context using PostScript I get an additional unwanted line stretching from the zero coordinates (in LilyPond: upper left corner of the page) to the point from where the circle is drawn (see picture). \version "2.19.15" \markup {"PostScript cir