lilypond-user
[Top][All Lists]
Advanced

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

Re: hairpins


From: David Kastrup
Subject: Re: hairpins
Date: Tue, 14 Sep 2021 23:26:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Leo Correia de Verdier <leo.correia.de.verdier@gmail.com> writes:

> You need to make an end point for the hairpin. In this case you could
> add some empty zero-duration placeholder at the end of the measure to
> attach the end of the hairpin, like
> s1*0\!
> or 
> <>\!
> Also, please do minimal examples that can compile to show the problems
> you’re having, like
>
> \version "2.22.1"
> { \time 3/4 
>    a2.\<(
>    a2.\>) <>\! }

I strongly recommend against using 1*0 for anything.  Compare those two
examples:

\new Staff {
  c'1\< c'1\> <>\!
} \addlyrics { A -- men }

\new Staff {
  c'1\< c'1\> s1*0\!
} \addlyrics { A -- men }

Explaining what goes wrong in the second example is quite more
complicated than never recommending to use 1*0 in the first place.

And given that <> or s1*0 are comparatively likely to be used right at
the end of some passage (namely when there is nothing else coming up
that one could attach a post-event to), problems of those kinds are
actually not all that unlikely.

-- 
David Kastrup



reply via email to

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