2015-01-06 18:00 GMT+01:00 Knute Snortum <[email protected]>:
> Dear LilyPonders:
>
> I am having trouble trying to move a slur down so that it doesn't collide
> with a note head from another voice.  See below:
>
> %%% Start
> \version "2.18.2"
> \language "english"
>
> global = {
>   \key c \minor
>   \time 2/4
> }
>
> \score {
>   \new PianoStaff <<
>     \new Staff {
>       \global
>       \relative c'' {
>         <<
>           { <c c,>2 | }
>           \\
>           { \once \override Slur.Y-offset = #-2 g4 ( ef) | }
>         >>
>       }
>     }
>     \new Staff {
>       \global
>       \clef bass
>       \relative c {
>         <<
>           { c2 | }
>           \\
>           { g4( ef) | }
>         >>
>       }
>     }
>   >>
> }
> %%% End
>
> Knute Snortum
> (via Gmail)



Try:
\once \override Slur.positions = #'(-4.3 . -5)
maybe adjust the values.
If it's not sufficient use \shape

HTH,
  Harm

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to