karol wrote
> Hi! Sometimes I want my hairpin run to the end of the piece (last bar
> line).
> 
> Attempt 1:
> 
> {
>   \override Hairpin #'to-barline = ##f
>   c'1~ \<
>   c'1 \! \bar "|."
> }

nearly - add an empty chord <> like:

{
  \override Hairpin.to-barline = ##f
  c'1  \< c'1 *<>* \! \bar "||" 
}
this draws the hairpin to the bar line though there are error messages.

Eluze 



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Hairpin-to-the-last-bar-line-tp158475p158476.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to