A further problem (seems to me to qualify as a bug) is that if I have two
adjacent notes in a chord, I can't place one fingering indication to the
left and the other to the right. Up/down works ok, but left/right or
right/left places both indications on the right:

%==============================
\version "2.12.2"

\relative c'' {
\override Fingering #'staff-padding = #'()
\set fingeringOrientations = #'(down up)
<g-0 fis-4>4
\set fingeringOrientations = #'(right left)
<g-0 fis-4>4
\set fingeringOrientations = #'(left right)
<g-0 fis-4>4
}
%==============================

Nick

> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On
> Behalf Of Tomas Valusek
> Sent: Friday, 13 February 2009 04:46
> To: lilypond-user Mailinglist
> Subject: Problem with fingering
> 
> Hello,
> 
> let's modify slightly a snippet from NR 1.7.1, section Fingering
> Instructions:
> 
> \relative c' {
>    \set fingeringOrientations = #'(left)
>    <c-1 d-2 a'-5>4
>    \set fingeringOrientations = #'(down)
>    <c-1 d-2 a'-5>4
>    \set fingeringOrientations = #'(down right up)
>    <c-1 d-2 a'-5>4
>    \set fingeringOrientations = #'(up)
>    <c-1 d-2 a'-5>4
> }
> 
> What we get? See attachement.
> 
> AFAIK, numbers in chord fingering should be one directly above the
> other, not shifted sideways. Si this a bug?
> 
> Tomas Valusek
> 
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 8.0.234 / Virus Database: 270.10.23/1947 - Release Date:
> 02/11/09 18:11:00

<<attachment: test.png>>

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

Reply via email to