lilypond-user
[Top][All Lists]
Advanced

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

TrillSpanner inside slur


From: Toine Schreurs
Subject: TrillSpanner inside slur
Date: Wed, 19 Sep 2007 18:42:19 +0200 (MZT)

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)
}

Toine Schreurs




reply via email to

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