lilypond-user
[Top][All Lists]
Advanced

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

Fingering avoidance of accidentals depends on Fingering #'script-priorit


From: Nick Payne
Subject: Fingering avoidance of accidentals depends on Fingering #'script-priority
Date: Mon, 19 Mar 2012 16:19:10 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120310 Thunderbird/11.0

In a chord with two accidentals, if I set the fingering script-priority to -99, the fingerings still avoid both accidentals, but if I set it to -100, each fingering indication is positioned without regard to the accidental on the other note. Is this related to https://code.google.com/p/lilypond/issues/detail?id=2182, or soemthing else?

\relative c' {
    \set fingeringOrientations = #'(left)
    <fis-4 dis-2>1
    \override Fingering #'script-priority = #-99
    <fis-4 dis-2>
    \override Fingering #'script-priority = #-100
    <fis-4 dis-2>
}

Nick

Attachment: test.png
Description: PNG image


reply via email to

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