Re: music-font-encodings option

2023-04-02 Thread Werner LEMBERG
> Would anyone be able to explain me what the purpose of the > music-font-encodings option is? I'm trying to understand how the > generation of the Emmentaler font works. I see that there is quite > a bit of infrastructure for this option, which is used in > `--pspdfopt`, but it's not clear to

On the ly: prefix...

2023-04-02 Thread Jean Abou Samra
I am writing a patch (related to all the recent talks on font selection) where I want to have `grob-interpret-markup` written in C++. I can of course define it with LY_DEFINE, except that this makes it named ly:grob-interpret-markup instead. I can do (define-public grob-interpret-markup ly:grob-i

Re: On the ly: prefix...

2023-04-02 Thread Kevin Barry
On Sun, 2 Apr 2023 at 19:31, Jean Abou Samra wrote: > I can do > > (define-public grob-interpret-markup ly:grob-interpret-markup) > > like we already have for assoc-get aka ly:assoc-get, but it seems > clumsy. That is what I would do. Kevin

Re: On the ly: prefix...

2023-04-02 Thread Jean Abou Samra
Le dimanche 02 avril 2023 à 20:31 +0200, Jean Abou Samra a écrit : >    We would need to rename those few for which both a ly: and a non-ly: >    variant exist (I'm thinking about > (ly:)side-position-interface:y-aligned-side.) PS: Here is the complete list of functions which would conflict with

Re: On the ly: prefix...

2023-04-02 Thread Dan Eble
On Apr 2, 2023, at 14:39, Kevin Barry wrote: > > On Sun, 2 Apr 2023 at 19:31, Jean Abou Samra wrote: >> I can do >> >> (define-public grob-interpret-markup ly:grob-interpret-markup) >> >> like we already have for assoc-get aka ly:assoc-get, but it seems >> clumsy. > > That is what I would do.

Re: On the ly: prefix...

2023-04-02 Thread Jean Abou Samra
Le dimanche 02 avril 2023 à 18:45 -0400, Dan Eble a écrit : > On Apr 2, 2023, at 14:39, Kevin Barry wrote: > > > > On Sun, 2 Apr 2023 at 19:31, Jean Abou Samra wrote: > > > I can do > > > > > > (define-public grob-interpret-markup ly:grob-interpret-markup) > > > > > > like we already have for

Re: Musings on the font-encoding property

2023-04-02 Thread Jean Abou Samra
Le mercredi 29 mars 2023 à 15:56 +0200, Jean Abou Samra a écrit : > The practical impact of the change is mostly a syntax modification that is > not easy to convert-ly (the removal of `\text`, which should be replaced with > `\roman`, `\sans` or `\typewriter` depending on the case). I missed th

Re: Musings on the font-encoding property

2023-04-02 Thread Jean Abou Samra
Le lundi 03 avril 2023 à 01:30 +0200, Jean Abou Samra a écrit : > Le mercredi 29 mars 2023 à 15:56 +0200, Jean Abou Samra a écrit : > > The practical impact of the change is mostly a syntax modification that is > > not easy to convert-ly (the removal of \text, which should be replaced with > > \r