lilypond-user
[Top][All Lists]
Advanced

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

Warning: avoid-slur not set


From: Jonathan Armitage
Subject: Warning: avoid-slur not set
Date: Sat, 3 Jul 2021 21:54:52 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

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


reply via email to

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