2016-09-04 0:01 GMT+02:00 Nao Nao <thiagaums...@gmail.com>:
> 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

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

Reply via email to