lilypond-user
[Top][All Lists]
Advanced

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

Re: Y-offset not working for slurs


From: Thomas Morley
Subject: Re: Y-offset not working for slurs
Date: Sun, 4 Sep 2016 07:36:53 +0200

2016-09-04 0:01 GMT+02:00 Nao Nao <address@hidden>:
> Hi,
> Does anybody know how to increase the slur vertical space without using
> control points?
> Tried this below with no success.
>
> \version "2.18.2"
> \relative c' {
>    \override PhrasingSlur.direction = #UP
>    \override PhrasingSlur.Y-offset = #10 %{removing this line is not making
> any difference,
>    I want to make the slur higher than normal %}
>    f8\( d f d g d f d\)
> }
>
> Cheers,
> Thiago


Hi Thiago,

go for positions and/or height-limit:

\version "2.18.2"

\relative c' {
   \override PhrasingSlur.direction = #UP
   \override PhrasingSlur.positions = #'(2.5 . 2.5)
   f8\( d f d g d f d\)
}

\relative c' {
   \override PhrasingSlur.direction = #UP
   \override PhrasingSlur.height-limit = #5
   f8\( d f d g d f d\)
}


Cheers,
  Harm



reply via email to

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