Re: Flared horizontal bracket ties

2020-08-13 Thread Andrew Bernard
Thanks Aaron and Harm for your great help. This works well for me. Andrew

Re: Flared horizontal bracket ties

2020-08-07 Thread Thomas Morley
d dash fraction? > > Andrew > > %====== > > %{ > Flared horizontal bracket ties > by Thomas Morley > %} > > > #(define ((flared-tie coords) grob) > >(define (pair-to-list pair) > (list (car pair) (cdr pair))) > >(define (

Re: Flared horizontal bracket ties

2020-08-07 Thread Aaron Hill
On 2020-08-07 3:13 am, Andrew Bernard wrote: Here is a wonderful function created for me by Thomas Morley, for flared ties. It may be of interest to others, but my question is, how can I modify this code to draw dashed lines, with controllable dash period and dash fraction? Andrew %

Flared horizontal bracket ties

2020-08-07 Thread Andrew Bernard
Here is a wonderful function created for me by Thomas Morley, for flared ties. It may be of interest to others, but my question is, how can I modify this code to draw dashed lines, with controllable dash period and dash fraction? Andrew %== %{ Flared horizontal bracket ties