lilypond-user
[Top][All Lists]
Advanced

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

Re: Tweaking Hairpin shape


From: Ben
Subject: Re: Tweaking Hairpin shape
Date: Sun, 4 Feb 2018 11:59:10 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0


On 2/4/2018 11:43 AM, Stefano Troncaro wrote:
Hello everyone!

I'm struggling with Hairpins this time. I can't find how to tweak the placement of it's starting and ending points.

Suppose that in the following example I want to make the Hairpin follow the same slope as the Beam. Furthermore, I'd like the Hairpin to start a little bit to the right, abut 0.7 staff-spaces.
\version "2.19.80"
\language "english"

\score {
  \new Staff \relative c' { \time 2/2 d8[^\<( e f g a b c d]\!) | 
                            <e c g g,>4\arpeggio  }
  \layout {
    \context {
      \Score
      \override Hairpin.height = #0.5
    }
  }
}


Hi,

How is this for a start?
(see attached)

    \version "2.19.80"
    \language "english"

    \score {
     
      \new Staff \relative c' {
        \override Hairpin.rotation = #'(12 0 0)
         \override Hairpin.extra-offset = #'(0 . -1.0)
        \time 2/2 d8[^\<( e f g a b c d]\!) |
                                <e c g g,>4\arpeggio  }
      \layout {
        \context {
          \Score
          \override Hairpin.height = #0.5
        }
      }
    }

Attachment: hair.png
Description: PNG image


reply via email to

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