Re: Flat slurs

2017-02-14 Thread Urs Liska
I will want to study to enhance my repertoire. As said, "my" version is a special case for multi-segment slurs, and the approach to get robust flat slurs/ties would rather be writing wrapper functions for these. As a suggestion I wrote an alternative wrapper function

Re: Flat slurs

2017-02-13 Thread Abraham Lee
On Mon, Feb 13, 2017 at 1:16 PM, Urs Liska wrote: > > Yes, I'd definitely like to see that. How did you manage to get the > seamless "thick" line? > Ok. You asked for it... ;-) I did it by completely redefining the stencil completely using a markup path. The path has a line thickness and a shape

Re: Flat slurs

2017-02-13 Thread Urs Liska
http:///user/SendEmail.jtp?type=node&node=200071&i=0>> wrote: > > Hi Urs, > > > This is a more real-world (but not too fine-tuned) example > where it's > > clear that flat slurs can save lots of vertical space. > >

Re: Flat slurs

2017-02-13 Thread Urs Liska
Am 13.02.2017 um 15:51 schrieb David Kastrup: >> This is a more real-world (but not too fine-tuned) example where it's >> clear that flat slurs can save lots of vertical space. > Butt-ugly. There really is no need to almost touch the first and last > note when the slur

Re: Flat slurs

2017-02-13 Thread Abraham Lee
is is a more real-world (but not too fine-tuned) example where it's >> > clear that flat slurs can save lots of vertical space. >> >> Lovely work! Thank you for your ongoing efforts in this area. >> > > Agreed. This is great. I also cobbled together my own Scheme c

Re: Flat slurs

2017-02-13 Thread tisimst
Urs, et al, On Mon, Feb 13, 2017 at 8:22 AM, Kieren MacMillan-2 [via Lilypond] < ml-node+s1069038n200067...@n5.nabble.com> wrote: > Hi Urs, > > > This is a more real-world (but not too fine-tuned) example where it's > > clear that flat slurs can save lots of ve

Re: Flat slurs

2017-02-13 Thread Kieren MacMillan
Hi Urs, > This is a more real-world (but not too fine-tuned) example where it's > clear that flat slurs can save lots of vertical space. Lovely work! Thank you for your ongoing efforts in this area. Best, Kieren. Kieren MacMillan, compose

Re: Flat slurs

2017-02-13 Thread David Kastrup
half sandwiches and connect them with >> straight line beziers. >> >> With this function (in notation-snippets/shaping-bezier-curves in >> https://github.com/openlilylib/snippets) it is now possible to draw real >> flat slurs (see attachment). When I initially worked on

Re: Flat slurs

2017-02-13 Thread Urs Liska
that creates opening and closing half sandwiches and connect them with >> straight line beziers. >> >> With this function (in notation-snippets/shaping-bezier-curves in >> https://github.com/openlilylib/snippets) it is now possible to draw real >> flat slurs (see attachment).

Re: Flat slurs

2017-02-13 Thread Urs Liska
; straight line beziers. > > With this function (in notation-snippets/shaping-bezier-curves in > https://github.com/openlilylib/snippets) it is now possible to draw real > flat slurs (see attachment). When I initially worked on multi-segment > slurs they suffered from being thinned o

Flat slurs

2017-02-13 Thread Urs Liska
aping-bezier-curves in https://github.com/openlilylib/snippets) it is now possible to draw real flat slurs (see attachment). When I initially worked on multi-segment slurs they suffered from being thinned out at each inflection point. There will be some room for improvements and syntactic sugar (e.