bug-lilypond
[Top][All Lists]
Advanced

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

Re: Indistinct spacing of long note values


From: Jean Abou Samra
Subject: Re: Indistinct spacing of long note values
Date: Fri, 29 Jul 2022 13:42:00 +0200


> Le 28 juil. 2022 à 17:25, Simon Albrecht <simon.albrecht@mail.de> 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
> %%%%%%%%%%%%%%%%%%%

Attachment: experiment-long-durations-2.ly
Description: Binary data

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

> _______________________________________________
> bug-lilypond mailing list
> bug-lilypond@gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-lilypond

reply via email to

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