Also try

{ \endSpanners c'1\> }

or a bit advanced case

{ \endSpanners { c'1\> c' } }

====
\endSpanners is described in:
http://lilypond.org/doc/v2.24/Documentation/notation/line-spanners.html




On 2024/03/29 23:15, Hans Aikema wrote:


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