Thanks a lot!
Especially for the extending lilypond doc, which I knew is out there but didn’t
know the name of and couldn’t find. Great work!
> 13 sep. 2021 kl. 16:07 skrev Jean Abou Samra :
>
> Le 13/09/2021 à 15:49, Leo Correia de Verdier a écrit :
>> Dear list!
>>
>> How would I go about
Le 13/09/2021 à 15:49, Leo Correia de Verdier a écrit :
Dear list!
How would I go about to write a scheme function that converts all rests in a
passage of music to spacer rests?
Thanks in advance!
/Leo
\version "2.22.1"
restsToSkips =
#(define-music-function (music) (ly:music?)
(music-
Dear list!
How would I go about to write a scheme function that converts all rests in a
passage of music to spacer rests?
Thanks in advance!
/Leo
Basically, change all RestEvent:s into SkipEvent:s
> 13 sep. 2021 kl. 15:49 skrev Leo Correia de Verdier
> :
>
> Dear list!
>
> How would I go about to write a scheme function that converts all rests in a
> passage of music to spacer rests?
>
> Thanks in advance!
>
> /Leo