014-11-16 18:41 GMT+01:00 Mike Solomon <m...@mikesolomon.org>:

>
> > On Nov 16, 2014, at 7:29 PM, Patrick Hubers <stomper...@gmail.com>
> wrote:
> >
> > I'm having a situation where slurs and tuplet brackets are colliding.
> The strange thing is that the slur is placed closer to the notes when no
> tuplet is present, but with the tuplet the slur is placed higher from the
> notes, ending up in a collision location.
> >
> > Is there a way to have the slur drawn close to the notes, even when the
> tuplet is present? Is this slur placement "intended behaviour" or a bug?
> >
> > Minimal sample (left slur is problematic, right slur is ok):
> >
> > melody = \relative c'' {
> > \tuplet 3/2 { c,2( b'4) } r2
> > c,4( b') r2
> > }
>
> Try:
>
> \relative c'' {
>   \once \override TupletNumber.avoid-slur = #'ignore
>   \tuplet 3/2 { c,2( b'4) } r2
>   c,4( b') r2
> }
>
> LilyPond will usually try to place the slur outside of a tuplet number,
> but in certain cases (like this one) the output is nicer when avoid-slur is
> set to ignore.


Also, have a look at \shape:
http://lilypond.org/doc/v2.19/Documentation/notation/modifying-shapes.en.html
I just noticed that this is not documented in the German version …


--
Peter Crighton | Musician & Music Engraver based in Mainz, Germany
http://www.petercrighton.de
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to