lilypond-user
[Top][All Lists]
Advanced

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

Re: Hairpin to the last bar line


From: Eluze
Subject: Re: Hairpin to the last bar line
Date: Sun, 26 Jan 2014 04:09:06 -0800 (PST)

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.



reply via email to

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