Hello David
No that does not work, you need to compile from git. You might notice that
your generated pdf file does not in fact have transparency. This is because
the gs version bundled with the LP webpage download is 9.21, which is very old
(2016ish). For this transparency thing to work we nee
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
On Mon, Sep 13, 2021 at 1:34 AM Lukas-Fabian Moser wrote:
>
>
> > The one thing that changed my computer life as a
> > French speaker trying to type ÉÀŒÇ is a Compose key.
>
> ... and now you changed my life as well :-).
>
> Thanks much! I do not know how often I had to look up ♯,♮,♭ and
> especia
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
The one thing that changed my computer life as a
French speaker trying to type ÉÀŒÇ is a Compose key.
... and now you changed my life as well :-).
Thanks much! I do not know how often I had to look up ♯,♮,♭ and
especially ①②③④⑤⑥⑦⑧ (these come up all the time in some forms of theory
of harm
Hello David,
I'm simply using a colored markup with alpha channel. Such as
\markup\with-color #(rgb-color 1 0 0 0.5) "a"
Cheers,
Valentin
13.09.2021 06:59:02 David Wright :
> On Sat 11 Sep 2021 at 21:35:00 (+0200), Valentin Petzel wrote:
>> From what I see pdftops appears to be intelligent eno