lilypond-user
[Top][All Lists]
Advanced

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

Re: delayed turn


From: Eluze
Subject: Re: delayed turn
Date: Thu, 19 Dec 2013 16:27:47 -0800 (PST)

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.



reply via email to

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