lilypond-user
[Top][All Lists]
Advanced

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

Chord fingering orientations don't work as expected 2.13.12


From: Nick Payne
Subject: Chord fingering orientations don't work as expected 2.13.12
Date: Fri, 05 Feb 2010 10:11:39 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091229 Thunderbird/3.0

Looks like you can't have both left and right specified for fingering of different notes in a chord. The first \set fingeringOrientations is correctly engraved but the second isn't. Couldn't see anything in the documentation mentioning this as a known issue:

\version "2.13.12"

\relative c'' {
    \override Fingering #'staff-padding = #'()
    \set fingeringOrientations = #'(down right up)
<a-1 d-3 fis-2>1
    \set fingeringOrientations = #'(left right up)
<a-1 d-3 fis-2>
}

Nick

Attachment: test.preview.png
Description: PNG image


reply via email to

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