lilypond-user
[Top][All Lists]
Advanced

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

Re: Note columns too close


From: Jean Abou Samra
Subject: Re: Note columns too close
Date: Sat, 7 Aug 2021 18:00:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

Le 07/08/2021 à 17:47, Knute Snortum a écrit :
I'm engraving a musical figure with 16 notes in one voice and an eight
note with an accidental in the other. MWE:

%%%
\version "2.23.3"
\language "english"

\relative c'' {
   << { ff16 ( bf ) } \\ { df,8 } >> <d e>8
}
%%%

The <d e> chord seems way too close to the bf (see attachment). Is
there a work-around?  Is there a better way to write this?

--
Knute Snortum


Perhaps

\version "2.22.1"
\language "english"

\relative c'' {
  << { ff16 ( bf ) } \\ { df,8 } >>
  \tweak Accidental.extra-spacing-height #'(-inf.0 . +inf.0) <d e>8
}

An explanation is found at
https://lilypond.org/doc/v2.23/Documentation/internals/user-backend-properties

Best,
Jean




reply via email to

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