Re: Flared hairpin flare

2019-11-18 Thread Thomas Morley
Am Mo., 18. Nov. 2019 um 07:08 Uhr schrieb Andrew Bernard : > > Aaron. > > Thanks so much. I'll look into this. It will certainly be very helpful > to me. But I realized it's simple enough to just say: > > % > > { >\override Hairpin.stencil = #(elbowed-hairpin '((0 . 2) (0.01 . > 0.6) (1 .

Re: Flared hairpin flare

2019-11-17 Thread Andrew Bernard
Aaron. Thanks so much. I'll look into this. It will certainly be very helpful to me. But I realized it's simple enough to just say: % { \override Hairpin.stencil = #(elbowed-hairpin '((0 . 2) (0.01 . 0.6) (1 . 0)) #t) c''4^\> \repeat unfold 18 { c'' } c''\! } % I have a question -

Re: Flared hairpin flare

2019-11-17 Thread Aaron Hill
On 2019-11-17 6:40 pm, Andrew Bernard wrote: Hi Aaron, What if I want to change this for each different length? Really long ones and medium long ones, for example. Ideally I'd just like to be able to specify a percentage or absolute offset where the flare starts, for each different hairpin. That

Re: Flared hairpin flare

2019-11-17 Thread Andrew Bernard
Hi Aaron, What if I want to change this for each different length? Really long ones and medium long ones, for example. Ideally I'd just like to be able to specify a percentage or absolute offset where the flare starts, for each different hairpin. That would be the simplest. Something like: \flar

Re: Flared hairpin flare

2019-11-17 Thread Aaron Hill
On 2019-11-17 6:20 pm, Andrew Bernard wrote: How can I obtain a sharper flare, closer to the left had end of the hairpin, with longish hairpins, as below? I have code to do very elaborate segmented hairpins with precisely specified flares and so on, but I am hoping there is a simple way to achie

Flared hairpin flare

2019-11-17 Thread Andrew Bernard
How can I obtain a sharper flare, closer to the left had end of the hairpin, with longish hairpins, as below? I have code to do very elaborate segmented hairpins with precisely specified flares and so on, but I am hoping there is a simple way to achieve this sort of adjustment. Andrew % \ve