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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to