Thank you, that was just what I wanted.

Jon

On 03/07/2021 22:36, Aaron Hill wrote:
On 2021-07-03 1:54 pm, Jonathan Armitage wrote:
I can see that the slur clashes with the i, but in spite of much
googling, I cannot for the life of me figure out how to set
avoid-slur. Please could you advise.

You can \override it for a more global effect or you can \tweak it to localize the impact.  Here is an example of the latter approach:

%%%%
\version "2.20.0"
\language "english"

outside = \tweak avoid-slur #'outside \etc
rhf = \rightHandFinger \etc

\relative c' {
  \set fingeringOrientations = #'(left)
  \set strokeFingerOrientations = #'(up)

  \key d \major
  \stemDown
  <e'-1 \outside \rhf 2>( <fs-3>) <a-1> fs
}
%%%%


-- Aaron Hill


Reply via email to