Re: Intermittent core dumps with 2.25.8 under Ubuntu 22.04.3

2023-09-24 Thread Jean Abou Samra
Le mardi 19 septembre 2023 à 15:58 -0400, Trevor Bača a écrit : > Happy to try to help, if anyone can offer guidance on how to better report > the problem, Having the files would obviously help a lot, if you can share them. If this reproducibly crashes on Linux outside of GitHub actions then it

Re: Lilypond only respects override of Score.SpacingSpanner.strict-grace-spacing at the beginning of the score

2023-09-24 Thread Ole V. Villumsen via bug-lilypond
Thanks, Jean, that works in the first example I tried and is very, very helpful. Seems I had not really studied NR 4.5.6 and 4.5.2. Will go through chapter 4. /Ole Sent with [Proton Mail](https://proton.me/) secure email. --- Original Message --- On Sunday, September 24th, 2023 at

Re: Lilypond only respects override of Score.SpacingSpanner.strict-grace-spacing at the beginning of the score

2023-09-24 Thread Jean Abou Samra
Le dimanche 24 septembre 2023 à 09:21 +, 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. >  

Lilypond only respects override of Score.SpacingSpanner.strict-grace-spacing at the beginning of the score

2023-09-24 Thread Ole V. Villumsen via bug-lilypond
\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