Re: Cairo based backend

2021-07-07 Thread Jonas Hahnfeld via Discussions on LilyPond development
Am Mittwoch, dem 07.07.2021 um 19:48 + schrieb Werner LEMBERG: > > No, we're in the post-C++11 era, > > Are we?  I thought that LilyPond shouldn't use features more recent > than C++11. Yeah, post-adoption-of-C++11 era. Range-based for loops are C++11. Jonas signature.asc Description: This

Re: Please review Pygments lexer and style

2021-07-07 Thread Jean Abou Samra
Le 25/06/2021 01:40, Dan Eble <[1]d...@faithful.be> a écrit : On Jun 24, 2021, at 14:17, Jean Abou Samra <[2]j...@abou-samra.fr> wrote: Ok, I already simplified it, but it's still too complicated. Consider approaching from the other direction. If you had only italic, bold, and

Re: Cairo based backend

2021-07-07 Thread Werner LEMBERG
> No, we're in the post-C++11 era, Are we? I thought that LilyPond shouldn't use features more recent than C++11. Werner

Re: Cairo based backend

2021-07-07 Thread Jonas Hahnfeld via Discussions on LilyPond development
Am Mittwoch, dem 07.07.2021 um 19:42 +0200 schrieb Knut Petersen: >  Hi Jonas >   > > I saw that you opened a merge request (actually, two...), > I managed to screw up my git commands. >   >   > > The first one is about *how* the backend should be added. In the > > previous thread, I proposed that

Re: Cairo based backend

2021-07-07 Thread Knut Petersen
Hi Jonas I saw that you opened a merge request (actually, two...), I managed to screw up my git commands. The first one is about *how* the backend should be added. In the previous thread, I proposed that it should be optional at first and I meant this to imply that Cairo should not become a

Re: Cairo based backend

2021-07-07 Thread Jonas Hahnfeld via Discussions on LilyPond development
Am Montag, dem 05.07.2021 um 00:10 +0200 schrieb Knut Petersen: > Hi everybody! > > The attached patch implements a new backend based on Cairo. > To test select the desired output formats by any combination of the '--pdf', > '--ps' and '--svg' command line options and  add '-dbackend=cairo'. The