Thanks, Thomas.  Slur.positions worded in the example, but in the real
piece I had to resort to using \shape.


Knute Snortum
(via Gmail)

On Tue, Jan 6, 2015 at 10:21 AM, Thomas Morley <thomasmorle...@gmail.com>
wrote:

> 2015-01-06 18:00 GMT+01:00 Knute Snortum <ksnor...@gmail.com>:
> > 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to