… or you tell lilypond to end the hairpin after the note by writing:
  <a cis>4. <>\!
instead of
  <a cis>4.\!
So you end it on an empty chord (which takes no time).


\score {
\relative c'' {
  \mergeDifferentlyHeadedOn \mergeDifferentlyDottedOn
   \override Hairpin.to-barline = ##t
<<  {
  \voiceOne
   a,8 <a' cis><a cis>
   <g b>_( <a cis>)^\> <a cis>4. <>\! |
   } \\ {
   \voiceTwo
   a,2. a8( b) |
   } >>
}}

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to