Le 14/09/2021 à 22:29, Carlos Martinez a écrit :
When I am trying to add hairpins to the end

   a2.\<(
       a2.\>)
It does not show. How can I accomplish it?

Use an empty chord to carry the hairpin end:

\version "2.22.1"

{
  \time 3/4
  a2.\<(
  a2.\>) <>\!
}


Documentation is at
https://lilypond.org/doc/v2.22/Documentation/notation/single-voice#chorded-notes

Best,
Jean

Reply via email to