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: Jonathan Armitage
Subject: Re: Warning: avoid-slur not set
Date: Sun, 4 Jul 2021 00:03:07 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

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

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