lilypond-user
[Top][All Lists]
Advanced

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

Re: Warning: avoid-slur not set


From: Aaron Hill
Subject: Re: Warning: avoid-slur not set
Date: Sat, 03 Jul 2021 14:36:41 -0700
User-agent: Roundcube Webmail/1.4.9

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

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