On 9/19/07, Toine Schreurs <[EMAIL PROTECTED]> wrote:
> In the next example, the first two bars have trills outside the slur.
> The \trill can be moved inside with \override Script..., shown in
> bar three.
> Is it possible to move the trillspanner also inside a slur?
> I tried \override TrillSpanner... but without success.
>
> \version "2.11.32"
> \relative c'' {
>   c4( d^\trill d^\trill e)
>   c( d\startTrillSpan d\stopTrillSpan e)
>   \override Script #'avoid-slur = #'inside
>   \override TrillSpanner #'avoid-slur = #'inside
>   c( d^\trill d^\trill e)
>   c( d\startTrillSpan d\stopTrillSpan e)
> }


Hi Toine,

Have you tried setting the TrillSpanner's outside-staff-priority to a
small number (meaning close to the staff) and setting the Slur's
outside-staff-priority to a larger number (meaning further away from
the staff)?

Trevor.


-- 
Trevor Bača
[EMAIL PROTECTED]
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to