Re: Cairo plans

2021-09-03 Thread Masamichi Hosoda
> I installed your Harano fonts in ~/.fonts. Fontconfig sees them, but I > still get DroidSans when I compile the snippet. How do I reproduce the > problem? Would you show me the results of the follwing commands? ``` find ~/.fonts -name "HaranoAjiMincho-*.otf" fc-list "HaranoAjiMincho" lilypond

Re: Cairo plans

2021-09-03 Thread Han-Wen Nienhuys
On Fri, Sep 3, 2021 at 12:54 PM Masamichi Hosoda wrote: > \version "2.22.0" > \markup { > \override #'(font-name . "HaranoAjiMincho") > { 初見はハ長調で高音の白玉があった } } > \markup { > \override #'(font-name . "HaranoAjiMincho") > \override #'(font-features . ("jp90")) > { 辻井 逗子 飴玉 } } > ``` I

Re: Cairo plans

2021-09-03 Thread David Kastrup
Thomas Morley writes: > Hi, > > some thoughts: > > A file like the attachment to > http://lists.gnu.org/archive/html/lilypond-user/2013-11/msg00757.html > would be a bit more work to convert, I suppose, although I didn't try ... > > ps-code not causing skylines, etc may be a feature in some

Re: Cairo plans

2021-09-03 Thread Rene Brandenburger
works great thank you Am 01.09.2021 um 16:24 schrieb Jean Abou Samra: Le 01/09/2021 à 15:11, Rene Brandenburger a écrit : I use the \postscript a lot when typesetting contemporary music e.g. like this: \version "2.20.0" wave_line = \markup {   \with-dimensions #'(0 . 0) #'(0 . 0)  

Re: Cairo plans

2021-09-03 Thread Masamichi Hosoda
> * when could/would we drop the PS backend altogether? In my humble opinion, the PS backend is still needed for CJK character handling. When you copy and paste text from a PDF generated by the cairo backend, some CJK characters are garbled. By the PS backend, no such garbling occurs. Here's a

Re: Cairo plans

2021-09-03 Thread Han-Wen Nienhuys
On Fri, Sep 3, 2021 at 11:22 AM Richard Shann wrote: > > Thank you! Previously I just hard-coded values for A4 paper but I > > would > > like to do it properly this time. I notice (peeking in scm/paper.scm) > > that there is a Scheme symbol staff-space that holds this value, but > > I > > don't

Re: Cairo plans

2021-09-03 Thread Thomas Morley
Am Fr., 3. Sept. 2021 um 11:32 Uhr schrieb Thomas Morley : > A file like the attachment to > http://lists.gnu.org/archive/html/lilypond-user/2013-11/msg00757.html > would be a bit more work to convert, I suppose, although I didn't try ... > The link to the attachment of above link is dead, thus

Re: Cairo plans

2021-09-03 Thread Thomas Morley
Am Mi., 1. Sept. 2021 um 16:25 Uhr schrieb Jean Abou Samra : > > Le 01/09/2021 à 15:11, Rene Brandenburger a écrit : > > I use the \postscript a lot when typesetting contemporary music e.g. > > like this: > > > > \version "2.20.0" > > > > > > wave_line = \markup { > > \with-dimensions #'(0 . 0)

Re: Cairo plans

2021-09-03 Thread Richard Shann
On Fri, 2021-09-03 at 09:15 +0100, Richard Shann wrote: > On Thu, 2021-09-02 at 20:19 +0200, Han-Wen Nienhuys wrote: > > On Thu, Sep 2, 2021 at 4:32 PM Richard Shann > om > > > wrote: > > [...] > > > I > > > presume the \path command is speaking in staff spaces while the > > > border > > > box

Re: Cairo plans

2021-09-03 Thread Richard Shann
On Thu, 2021-09-02 at 20:19 +0200, Han-Wen Nienhuys wrote: > On Thu, Sep 2, 2021 at 4:32 PM Richard Shann > wrote: > [...] > > I > > presume the \path command is speaking in staff spaces while the > > border > > box needs to be drawn within the edges of the page ... > > The standard staff size

Re: Cairo plans

2021-09-03 Thread Richard Shann
On Thu, 2021-09-02 at 19:33 +0100, Kevin Barry wrote: > > This use case continues to be supported with > > Cairo. Just convert \postscript to \path, wich > > works both in the current PS backend and with Cairo. > > Is this something that can be done automatically with convert-ly? No, the