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: Ben
Subject: Re: How to get the hairpin to the barline?
Date: Thu, 2 Nov 2017 20:06:04 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

On 11/2/2017 7:50 PM, Pieter Terpstra wrote:
Dear people,
Have looked this up in the lilypond doc and it work in the example there but no in mine, which is a bit different.

How do i do this?

Example:
\version "2.18.2"

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

Thank you so much in advance!

Peter


Hi Peter,

I have not used v2.18 in quite some time, but I believe you could do something like this...and adjust to taste.
(see attached)

Does this help?

\version "2.18.2"

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


Attachment: hairpin.png
Description: PNG image


reply via email to

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