lilypond-user
[Top][All Lists]
Advanced

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

Re: Adjusting slur lines?


From: Michael Lakes
Subject: Re: Adjusting slur lines?
Date: Fri, 27 Aug 2004 14:02:43 -0700

Using \slurUp doesn't have the result I intened ... maybe I should have said that I want the slur closer to the note head.

But the the attachment-offset does work.  Thanks a lot!

From: Mats Bengtsson <address@hidden>
To: Michael Lakes <address@hidden>
CC: address@hidden
Subject: Re: Adjusting slur lines?
Date: Thu, 26 Aug 2004 15:34:33 +0200

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 <address@hidden>
To: Michael Lakes <address@hidden>
CC: address@hidden
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
address@hidden
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: address@hidden
    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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================

_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement





reply via email to

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