2009/5/8 -Eluze <[email protected]>:
>
> in this snippet the right hand finger indication is not placed above the note
> and below the slur as excpected, even if there is plenty of space - any
> hints?

> \version "2.12.2"
> {
>  \override Slur #'outside-staff-priority = #5000
>
>  \set strokeFingerOrientations =#'(UP)

Change this to \set strokeFingerOrientations = #'(up)

`UP' isn't the same as `up' here; it gets converted to 1, which the
engraver can't deal with when working out the positioning.

>  \override StrokeFinger #'avoid-slur = #'inside
>  \override StrokeFinger #'add-stem-support = ##t
>  \override StrokeFinger #'staff-padding = #'()
>
>  \clef "G_8"
>  \voiceOne
>  < e, > 16 (
>  < g - \rightHandFinger #2 > )
>  }
> --
> View this message in context: 
> http://www.nabble.com/strange-results-with-rightHandFinger-StrokeFinger-and-avoid-slur-tp23454781p23454781.html
> Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
>
>
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to