lilypond-user
[Top][All Lists]
Advanced

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

Re: strange results with rightHandFinger/StrokeFinger and avoid-slur


From: Neil Puttock
Subject: Re: strange results with rightHandFinger/StrokeFinger and avoid-slur
Date: Sat, 9 May 2009 18:11:24 +0100

2009/5/8 -Eluze <address@hidden>:
>
> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>




reply via email to

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