Re: Grace note position and time signature changes

2022-03-24 Thread Jean Abou Samra
Le 24/03/2022 à 13:13, Leo Correia de Verdier a écrit : This is our beloved issue 34 again: https://sourceforge.net/p/testlilyissues/issues/34/ Note that the issue tracker has moved. The new URL is https://gitlab.com/lilypond/lilypond/-/issues/34 Jean

Re: Grace note position and time signature changes

2022-03-24 Thread David Santamauro
> On Mar 24, 2022, at 8:13 AM, Leo Correia de Verdier > wrote: > > \time 4/4 s1 s1 s1 > \time 2/4 \grace s16*3 s2 > \time 4/4 s1 > \time 2/4\grace s16*3 s2 Works as advertised, thanks

Re: Grace note position and time signature changes

2022-03-24 Thread Leo Correia de Verdier
Hi David! This is our beloved issue 34 again: https://sourceforge.net/p/testlilyissues/issues/34/ You need to place grace spacers in relevant sequential variables matching the gracenotes to get them to the right place, as in this fixed code. %%% \version "2.22.2" \includ

Grace note position and time signature changes

2022-03-24 Thread David Santamauro
Hi, The following snippet produces some strange results: \version "2.22.2" \include "english.ly" tt = { \time 4/4 s1 s1 s1 \time 2/4 s2 \time 4/4 s1 \time 2/4 s2 } \score { << \new Staff { \relative c' { << \tt { R1 R1 a1 ~ a4 r4 R1 R2 } >> } } \new St