lilypond-user
[Top][All Lists]
Advanced

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

Re: How to get the hairpin to the barline?


From: Noeck
Subject: Re: How to get the hairpin to the barline?
Date: Fri, 3 Nov 2017 01:18:38 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

… 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) |
   } >>
}}



reply via email to

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