Hi,

I experience a collision of left hand fingering when using lilypond 2.16.2, 
with fingeringOrientations set to left, when the notes are consecutive.


How to reproduce:

\version "2.16.2"

#(define RF rightHandFinger)

config = {
  \set fingeringOrientations = #'(left)
  \set strokeFingerOrientations = #'(down)
}

\relative c'' \new Voice {
  \config \voiceOne
  b2\rest \mp < b-0-\RF #3 a-2-\RF #2 d,-0---\RF #1 >4 < c-1 g-0 f-3-- > |
}


What happened:
The 0 and 2 in the first chord and 0 and 3 in the second chord collide.


What I tried:
I tried to tweak the padding like this:

b2\rest \mp \override Fingering #'padding = #3 
< b-0-\RF #3 a-2-\RF #2 d,-0---\RF #1 >4 < c-1 g-0 f-3-- > |

But it doesn't work.

I also tried to put the padding inside the chord with \once, but it complains
that \override cannot be used inside a chord (error: syntax error, 
unexpected \override).

I would like to know how to resolve this, or if this is a Lilypond bug. 
Sorry for the long post.

Timothy G.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to