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


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

Reply via email to