Indistinct spacing of long note values

Simon Albrecht <[email protected]>
Newsgroups gmane.comp.gnu.lilypond.bugs
Message-ID <[email protected]>
Hello folks,

I’ve wrestled with this before, asked about it on the user list, and 
been told that I need to use spacing-increment to deal with it. However, 
the progression of spacing between note values always seems to reach a 
plateau above the whole notes and any longer values simply receive the 
exact same space as a whole note.

See attachment.

Should I go create a ticket?

Best, Simon

%%%%%% Attached code %%%%%%%%
\version "2.23.11"

m =
#(define-music-function (csd inc) (fraction? number?)
    #{
   \override Score.SpacingSpanner.common-shortest-duration
   = $(fraction->moment csd)
   \override Score.SpacingSpanner.spacing-increment = $inc
   \cadenzaOn
   32 32 \bar "|"
   16 16 \bar "|"
   8 8 \bar "|"
   4 4 \bar "|"
   2 2 \bar "|"
   1 1 \bar "|"
   \breve \breve \bar "|"
   \longa \longa \bar "|"
    #})
% default increment is 1.2
\m 1/32 1.2
\m 1/8 1.2
\m 1/2 1.2
\m 2/1 1.2

\m 1/2 0.7
\m 1/2 1.2
\m 1/2 1.7
\m 1/2 2.2
%%%%%%%%%%%%%%%%%%%

_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond
experiment-long-durations-2.ly (text/x-lilypond, 508 B)
\version "2.23.11"

m =
#(define-music-function (csd inc) (fraction? number?)
   #{
  \override Score.SpacingSpanner.common-shortest-duration
  = $(fraction->moment csd)
  \override Score.SpacingSpanner.spacing-increment = $inc
  \cadenzaOn
  32 32 \bar "|"
  16 16 \bar "|"
  8 8 \bar "|"
  4 4 \bar "|"
  2 2 \bar "|"
  1 1 \bar "|"
  \breve \breve \bar "|"
  \longa \longa \bar "|"
   #})
% default increment is 1.2
\m 1/32 1.2
\m 1/8 1.2
\m 1/2 1.2
\m 2/1 1.2

\m 1/2 0.7
\m 1/2 1.2
\m 1/2 1.7
\m 1/2 2.2
experiment-long-durations-2.pdf (application/pdf, 29.8 KB) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.