OK, then you could try the next property in the list:

\override Slur #'attachment-offset = #'((0 . -.5) 0 . -.5)

If you do:
\relative c'''{a8 b c d \acciaccatura {\slurUp f8} e a ...
it turns out that you can skip the setting of attachment
as well!

Finally, I recommend you to use a proper declaration of the
LilyPond version instead of just the comment:
\version "2.2.2"

\score {
 ...
}

which will be very useful when you upgrade LilyPond to a
newer version (just use convert-ly -e myfile.ly then).

  /Mats


Michael Lakes wrote:
I tried, but seems to have no effect ...

Thanks for the suggestion though.

From: Mats Bengtsson <[EMAIL PROTECTED]>
To: Michael Lakes <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: Adjusting slur lines?
Date: Wed, 25 Aug 2004 15:58:39 +0200

Did you look trough the list of available properties at
http://lilypond.org/doc/v2.2/Documentation/user/out-www/lilypond-internals/Slur.html


(it is linked from the section on slurs in the reference manual)?
I haven't tried, but the y-free property looks promising.

   /Mats

Michael Lakes wrote:

I was wondering if it's possible to adjust the slur lines a little higher. In the example below, the slur is a little to low, is it possible to move the slur line up? Like a padding property of sorts?

Thanks

%version 2.2.2
\score {
\new staff{
\notes {
\time 6/8
\override Slur #'attachment = #'(head . head)
\relative c'''{a8 b c d \acciaccatura f8 e a r4. r4. r4. r4. r4. r4.}
}
}
}


_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/




_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.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
=============================================


_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/




_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.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://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to