Re: Indistinct spacing of long note values
Jean Abou Samra <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <[email protected]> |
> Le 28 juil. 2022 à 17:25, Simon Albrecht <[email protected]> a écrit : > > 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? SGTM > > 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 _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
experiment-long-durations-2.ly
(application/octet-stream, 508 B) - not displayed
experiment-long-durations-2.pdf
(application/pdf, 29.8 KB) - not displayed