Using \override Fingering #'avoid-slur = #'inside (with no \once) and
tweaking the offset seemed sufficient. The attached file looked fine to me.


On Thu, Dec 19, 2013 at 7:27 PM, Eluze <elu...@gmail.com> wrote:

> Mark Stephen Mrotek wrote
> >
> > As an example of the inconsistency, one measure was repeated 9 times -
> see
> > turn.ly and turn.pdf. The turn should be between the c8. and the d16 .
> All
> > turns should be under the slur.
> >
> >
> >
> > What should I change?
>
> please always reduce your code to minimal!
>
> the following code should help to get the expected result:
>
> \new Staff {
>   \time 2/4
>   \relative c'' {
>     \override Fingering  #'avoid-slur                  = #'inside
>     \override Fingering  #'outside-staff-priority   = #16
>     \override Slur         #'outside-staff-priority   = #666
>     \override TextScript #'avoid-slur                 = #'inside
>     \override TextScript #'outside-staff-priority  = #15
>     \repeat unfold 9 {
>       c8. ( ^hello -3
>       d16-2 es f g es-2 )
>     }
>   }
> }
>
> sometimes it's not enough to say /#'avoid-slur = #'inside/ because other
> items have a higher or lower priority and can interfere!
>
> Eluze
>
>
>
> --
> View this message in context:
> http://lilypond.1069038.n5.nabble.com/delayed-turn-tp156135p156145.html
> Sent from the User mailing list archive at Nabble.com.
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
\version "2.17.95"

\relative c'' {
  \key c \major
  \numericTimeSignature
  \time 2/4
  \repeat unfold 10 {
  \once \override TextScript #'extra-offset = #'(-0.5 . -1.5)
  \once \override TextScript #'avoid-slur = #'inside
  \once \override TextScript #'outside-staff-priority = ##f
  \override Fingering #'avoid-slur = #'inside
  c8.-3 ( ^\markup \tiny \override #'(baseline-skip . 1) {
  \halign #-4
  \center-column {
  \musicglyph #"scripts.turn" \natural } }
  d16-2 ees f g ees-2 ) |
  }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to