lilypond-user
[Top][All Lists]
Advanced

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

Re: Avoid collision between fingering and other voice [with edition-engr


From: Urs Liska
Subject: Re: Avoid collision between fingering and other voice [with edition-engraver]
Date: Sun, 13 May 2018 08:00:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Hi Mark,

thanks for the suggestion.


Am 12.05.2018 um 20:35 schrieb Mark Stephen Mrotek:
Urs,

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

That would mean *replace* "left" with "right".


Good?

Not really. It looks good in the minimal example, but I actually need to know how to *move* the fingering, in this case to the left.

Best
Urs


Mark

-----Original Message-----
From: lilypond-user [mailto:address@hidden On Behalf Of Urs Liska
Sent: Saturday, May 12, 2018 10:43 AM
To: lilypond-user <address@hidden>
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>
      }
    >>
}






reply via email to

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