bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lilypond only respects override of Score.SpacingSpanner.strict-grace


From: Jean Abou Samra
Subject: Re: Lilypond only respects override of Score.SpacingSpanner.strict-grace-spacing at the beginning of the score
Date: Sun, 24 Sep 2023 11:28:02 +0200
User-agent: Evolution 3.48.4 (3.48.4-1.fc38)

Le dimanche 24 septembre 2023 à 09:21 +0000, Ole V. Villumsen via bug-lilypond a
écrit :
> \version "2.24.2"
> 
> \relative {
>   g'1 |
>   % The following has no effect.
>   \override Score.SpacingSpanner.strict-grace-spacing = ##t
>   \grace { a4 } g1 |
> }
> 
> \relative {
>   % This works.
>   \override Score.SpacingSpanner.strict-grace-spacing = ##t
>   g'1 |
>   \grace { a4 } g1 |
> }
> 
> As a consequence we cannot change this property dynamically in the course of
> the score.


This is expected. The \newSpacingSection command can be used to start a new
SpacingSpanner that will respond to the current active spacing settings.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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