lilypond-user
[Top][All Lists]
Advanced

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

Re: delayed turn


From: Alex Loomis
Subject: Re: delayed turn
Date: Thu, 19 Dec 2013 20:45:45 -0500

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 <address@hidden> 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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

Attachment: turns.ly
Description: Text Data


reply via email to

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