bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2182 in lilypond: Inconsistent placement/collision with accide


From: lilypond
Subject: Re: Issue 2182 in lilypond: Inconsistent placement/collision with accidentals and fingerings
Date: Wed, 21 Mar 2012 07:35:24 +0000

Updates:
        Summary: Inconsistent placement/collision with accidentals and 
fingerings

Comment #1 on issue 2182 by address@hidden: 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




reply via email to

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