lilypond-user
[Top][All Lists]
Advanced

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

Collision of left hand fingerings when set fingeringOrientations to left


From: Timothy Gu
Subject: Collision of left hand fingerings when set fingeringOrientations to left
Date: Fri, 12 Apr 2013 03:18:53 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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.




reply via email to

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