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: Jean Abou Samra
Subject: Re: Warning: avoid-slur not set
Date: Sun, 4 Jul 2021 09:13:11 +0200 (CEST)


Le 03/07/2021 22:54, Jonathan Armitage <jon.armitage@hepworthband.co.uk> a écrit :


Hi everyone,

When I compile the following:

\version "2.20.0"

\language "english"

 #(define RH rightHandFinger)
 
music = {
    \set fingeringOrientations = #'(left)
    \set strokeFingerOrientations = #'(up)
    \key d \major
     \stemDown
    <e'-1\RH #2 >( <fs-3>) <a-1> fs
}

\score {
    \new Staff \relative c' {
        \new Voice = "whatever" { \music }
    }
    \layout {}
}

...I get the warning "Ignoring grob for StrokeFinger: avoid-slur not set?"

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.

Jon

Hello,

I consider this a bug, which I just added to our bug tracker:

https://gitlab.com/lilypond/lilypond/-/issues/6154

Best,
Jean

reply via email to

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