lilypond-user
[Top][All Lists]
Advanced

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

Re: Note columns too close


From: ole
Subject: Re: Note columns too close
Date: Sat, 7 Aug 2021 21:02:23 +0300

> Am 07.08.2021 um 18:47 schrieb Knute Snortum <ksnortum@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

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