> Am 07.08.2021 um 18:47 schrieb Knute Snortum <ksnor...@gmail.com>:
> 
> 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
> <note-column-problem.png>

Don't know if this helps but I use proportional notation a lot..
You have to play with the value thought

best

ole

%%%%%%%%%%%%%%
\version "2.22.1"

\language "english"

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

 
\layout {
    \context { \Score
        
         proportionalNotationDuration = #(ly:make-moment 1/20)
}}
%%%%%%%%%%%%%%%%%%


Reply via email to