> On 29 Mar 2024, at 14:45, Peter Mayes <pe...@petermayes.org> wrote:
> 
> A question which I haven't been able to answer from the documentation 
> (there's lots of it!)
> 
> I have a final note, a minim, say, and I want a hairpin diminuendo starting 
> at the last note, and ending at the final double bar. As in this screenshot:
> 
> <F4.jpeg>
> 

The code below works for me. Most likely your attempt suffered from a 
non-terminated diminuendo indicated by a warning on the console:

"warning: unterminated decrescendo"

Solution is to add the explicit termination attached to an empty chord like 
such:

===

\version "2.24.3"

{
    r4 r16 g'16 cis''16 b' g'2\fermata\> <>\! \bar "|."
}

===

> -- 
> Best wishes -- Peter
> --
> Peter Mayes

Reply via email to