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
%%%%%%%%%%%%%%%%%%%
\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

Attachment: experiment-long-durations-2.pdf
Description: Adobe PDF document

_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to