lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Decrescendo on last note.


From: David Kastrup
Subject: Re: Decrescendo on last note.
Date: Sun, 28 Aug 2016 08:23:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

"Evan O'Dorney" <address@hidden> writes:

> Hi everyone,
>
> For a change, I'm not posting a question or feature request. Instead, I've
> noticed that quite a few Lilypond users have asked how to typeset a hairpin
> (typically a decrescendo) on the last note of a piece, extending all the
> way to the final barline. Various solutions have been posted, but none as
> simple as this one I have found: add the zero-length spacer rest
>
> s1*0\!
>
> to the end of the piece. For instance:
>
> \relative c' {
>   e1 d c\> \bar "|." s1*0\!
> }

Better add <> instead.  Compare


\relative c' {
  e1 d c\> \bar "|." s1*0\!
} \addlyrics { What is this? }

\relative c' {
  e1 d c\> \bar "|." <>\!
} \addlyrics { What is this? }


Since most users are not able to figure out the reason behind that
problem, recommending the use of s1*0 _particularly_ at the end of the
piece is asking for trouble.

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]