Urs,

Include a "right" after the "down left."

Good?

Mark

-----Original Message-----
From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr....@gnu.org] 
On Behalf Of Urs Liska
Sent: Saturday, May 12, 2018 10:43 AM
To: lilypond-user <lilypond-user@gnu.org>
Subject: Avoid collision between fingering and other voice [with 
edition-engraver]

Attached you see how a fingering collides with a note in another voice.

Is there another way to fix this besides \tweak-ing the fingering (and what 
would be the best property for this case)? I have to set the 
fingeringOrientations like this due to the context.

And: if I have to use a \tweak, what would be the way to apply it with the 
edition-engraver?

Thanks
Urs

\version "2.19.80"

\new Staff {
   <<
     {
       \voiceOne
       b'-1
     }
     \new Voice {
       \voiceTwo
       \once \override Fingering.color = #red
       \set fingeringOrientations = #'(down left)
       <e'-4 a'-3>
     }
   >>
}



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to