lilypond-user
[Top][All Lists]
Advanced

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

Re: Slur Problem....


From: Anthony
Subject: Re: Slur Problem....
Date: Sun, 20 Jul 2008 12:41:39 -0500

On Sun, Jul 20, 2008 at 11:25 AM, PT.Guitar <address@hidden> wrote:
>
> Hi friends,
>
> http://www.nabble.com/file/p18556027/Noname.jpg
>
> How i can upper the end point of the slur on the g note?
>
> Thanks,

Something like this override should do the trick:

\version "2.11.52"
{
  \once \override Slur #'positions = #'(2 . 2)
  d''4( g') g'
}

The values to positions are in "staff spaces" with 0 being the middle
of the staff if I'm recalling properly.  The "2" for the first value
is likely what the value lilypond is using for that side based on
where the slur is starting.

You can feel free to adjust it a little bit downward if you like since
I'm not sure how high you would like it to be.

-Anthony




reply via email to

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