bug-lilypond
[Top][All Lists]
Advanced

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

Indistinct spacing of long note values


From: Simon Albrecht
Subject: Indistinct spacing of long note values
Date: Thu, 28 Jul 2022 17:07:23 +0200

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

Attachment: experiment-long-durations-2.ly
Description: Text Data

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


reply via email to

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