Updates:
Summary: Inconsistent placement/collision with accidentals and
fingerings
Comment #1 on issue 2182 by pkx1...@gmail.com: Inconsistent
placement/collision with accidentals and fingerings
http://code.google.com/p/lilypond/issues/detail?id=2182
Nick Payne also wrote:
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>
}
Attachments:
test.png 2.8 KB
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond