lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving a slur down


From: Thomas Morley
Subject: Re: Moving a slur down
Date: Tue, 6 Jan 2015 19:21:49 +0100

2015-01-06 18:00 GMT+01:00 Knute Snortum <address@hidden>:
> 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



reply via email to

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