Re: Postscript question.

2014-12-11 Thread Hwaen Ch'uqi
On 12/8/14, tisimst tisimst.lilyp...@gmail.com wrote: Hwaen, Unfortunately, the double-flat is not a composite of two single flats, at least not in LilyPond. It is a single character and, thus, there is no spacing to adjust. I suppose you could re-code the accidental engine to use two single

Re: Postscript question.

2014-12-11 Thread Phil Holmes
- Original Message - From: Hwaen Ch'uqi hwaench...@gmail.com To: tisimst tisimst.lilyp...@gmail.com Cc: lilypond-user@gnu.org Sent: Thursday, December 11, 2014 2:20 PM Subject: Re: Postscript question. On 12/8/14, tisimst tisimst.lilyp...@gmail.com wrote: Hwaen, Unfortunately

RE: simple postscript question

2007-08-06 Thread Fairchild
See http://lsr.dsi.unimi.it/LSR/Item?id=253 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francisco Vila Sent: Wednesday, July 04, 2007 5:12 PM To: Neil Thornock Cc: lilypond-user@gnu.org Subject: Re: simple postscript question El Wed, 04 de Jul de

Re: simple postscript question (setlinecap)

2007-07-05 Thread Neil Thornock
Thank you, that's a good resource... So can anyone tell me why 2 setlinecap for square ends will not work in Lilypond? All I can get is round ends. %% \relative {c1-\markup{ \postscript # 1 setlinewidth 2 setlinecap 4 0 moveto 9 0 lineto stroke }} \version 2.10.23

simple postscript question

2007-07-04 Thread Neil Thornock
So, when I run the following postscript code from a .ps file, the line comes out square at the ends. Why, in Lily, does it appear rounded on the ends? How would I square off the ends in Lily? %%% \relative {c1^\markup{ \postscript #newpath 4 -6 moveto 9 -6 lineto 0.8

Re: simple postscript question

2007-07-04 Thread Francisco Vila
El Wed, 04 de Jul de 2007, a las 03:49:26PM -0600, Neil Thornock dijo: So, when I run the following postscript code from a .ps file, the line comes out square at the ends. Why, in Lily, does it appear rounded on the ends? How would I square off the ends in Lily? Postscript manual says