lilypond-user
[Top][All Lists]
Advanced

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

Re: Hairpin movement??


From: Mats Bengtsson
Subject: Re: Hairpin movement??
Date: Thu, 15 Apr 2004 18:48:34 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

Your example works fine with version 2.2 (after running
convert-ly --from=2.0.0). However, if I were you, I would
use the padding property of the DynamicLineSpanner object
instead.

   /Mats

Steve Shorter wrote:
Howdy!

        I'm trying to move a hairpin verticaly using 'extra-offset'.
I looked at the mail archives and concluded that the simple example
below should work, but it doesn't.
        Any ideas why? What is the best way to move a hairpin?


one =   \context Voice=one \notes \relative c'' {
        \voiceOne
        \clef treble
        \time 3/4
        \stemUp
        d2.
}

two =   \context Voice=two \notes \relative c' {
        \voiceTwo
        \clef treble
        \time 3/4
        \stemDown
        \property Voice.Hairpin \override #'extra-offset = #'(0 . -3.5)
        d2\< d4\!
}

\score {
        \notes \context Staff = treble <<
                        \key d\major
                        \one
                        \two
        >>
}




_______________________________________________
Lilypond-user mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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