Re: Terminate one-note hairpin at end of note

2022-06-09 Thread Ahanu Banerjee
I should have scrolled further down in the documentation. This works: \override Hairpin.endpoint-alignments = #`(,LEFT . ,LEFT) -Ahanu On Thu, Jun 9, 2022 at 8:21 PM Ahanu Banerjee wrote: > Hi, > > shorten-pair works, but I was hoping there would be an easier solution > that automatically

Re: Terminate one-note hairpin at end of note

2022-06-09 Thread Ahanu Banerjee
Hi, shorten-pair works, but I was hoping there would be an easier solution that automatically places the endpoint and doesn't require trial and error. Thanks, -Ahanu On Thu, Jun 9, 2022 at 7:51 PM Kieren MacMillan wrote: > Hi Ahanu, > > > Is there a clean way to terminate a hairpin at the

Re: Terminate one-note hairpin at end of note

2022-06-09 Thread David Kastrup
Ahanu Banerjee writes: > Hello, > > Is there a clean way to terminate a hairpin at the end of the same note it > begins with, i.e., at the left side of the next note? I tried using the new > "\after" construction, but that only works if I set it to an arbitrary note > value less than the full

Re: Terminate one-note hairpin at end of note

2022-06-09 Thread Kieren MacMillan
Hi Ahanu, > Is there a clean way to terminate a hairpin at the end of the same note it > begins with, i.e., at the left side of the next note? Maybe shorten-pair? %%% SNIPPET BEGINS \version "2.23.4" \layout { ragged-right = ##f } { % default output \after 2 \! c'2\> 4 4 | %desired

Terminate one-note hairpin at end of note

2022-06-09 Thread Ahanu Banerjee
Hello, Is there a clean way to terminate a hairpin at the end of the same note it begins with, i.e., at the left side of the next note? I tried using the new "\after" construction, but that only works if I set it to an arbitrary note value less than the full value of the note beginning the