On Sun, Jul 20, 2008 at 11:25 AM, PT.Guitar <[EMAIL PROTECTED]> 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to