lilypond-user
[Top][All Lists]
Advanced

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

Chord fingering bug?


From: Nick Payne
Subject: Chord fingering bug?
Date: Mon, 16 Aug 2010 17:19:22 +1000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6

Is this a bug or a known problem or how things are supposed to work? If the fingering for the C# is to the left, then the fingering for the A automatically avoids the accidental. if the fingering for the C# is above the note, whether placed by using ^ or with a \set command, then the fingering for the A collides with the accidental.

\version "2.13.30"

\relative c'' {
    \override Fingering #'staff-padding = #'()
    \override Fingering #'add-stem-support = ##f
    \set fingeringOrientations = #'(left)
<cis-4 a-3>1
<cis^4 a-3>
    \set fingeringOrientations = #'(up left) <cis-4 a-3>
}

Nick

Attachment: test.preview.png
Description: PNG image


reply via email to

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