Re: Fix Lilypond Beaming GSOC Project

2023-05-17 Thread Werner LEMBERG
>>> One thing that concerns me is that generating tests takes a long >>> time (`make test`). > > Besides using option `-jX` from make, [...] Ah, and also look into the environment variable `CPU_COUNT` used by LilyPond's build system. For example, I usually do a documentation build with ```

Re: Fix Lilypond Beaming GSOC Project

2023-05-17 Thread Werner LEMBERG
>> One thing that concerns me is that generating tests takes a long >> time (`make test`). Besides using option `-jX` from make, I also suggest that you use 'ccache' to speed up the C++ compiler. https://ccache.dev/ This doesn't directly help with 'make test', though. Werner

Re: Fix Lilypond Beaming GSOC Project

2023-05-17 Thread Carl Sorensen
On Tue, May 16, 2023 at 11:35 AM Jason Yip wrote: > Hey Carl, > > I should have the time to get started with the on-boarding process now. > Great news! Sorry I was a day late responding to you. > To reiterate, I have a working develop environment for Lilypond now; I can > edit whatever source

Re: strange volta bracket example in LSR

2023-05-17 Thread Werner LEMBERG
>> The snippet 'Adding volta brackets to additional staves' >> >> https://lsr.di.unimi.it/LSR/Item?id=427 >> >> doesn't seem to do what the description says. Honestly, I have no >> idea what this snippet actually wants to demonstrate at all... > >

PATCHES - Countdown to May 19

2023-05-17 Thread Colin Campbell
Here is the current countdown report. The next countdown will begin on May 19th. A list of all merge requests can be found here: https://gitlab.com/lilypond/lilypond/-/merge_requests?sort=label_priority Push: !1999 Doc: Add nodes to translated Snippets manuals - Jonas Hahnfeld

Re: strange volta bracket example in LSR

2023-05-17 Thread Dan Eble
On May 17, 2023, at 14:04, Werner LEMBERG wrote: > > The snippet 'Adding volta brackets to additional staves' > > https://lsr.di.unimi.it/LSR/Item?id=427 > > doesn't seem to do what the description says. Honestly, I have no > idea what this snippet actually wants to demonstrate at all...

strange volta bracket example in LSR

2023-05-17 Thread Werner LEMBERG
The snippet 'Adding volta brackets to additional staves' https://lsr.di.unimi.it/LSR/Item?id=427 doesn't seem to do what the description says. Honestly, I have no idea what this snippet actually wants to demonstrate at all... Werner

Re: Fix Lilypond Beaming GSOC Project

2023-05-17 Thread Pierre-Luc Gauthier
For what it's worth, I compile LilyPond on ArchLinux pretty much every other day : pikaur -S lilypond-git --rebuild I've change this line (33?) in the PKGBUILD to point to my local repository : source=(lilypond::git+file:///my/very/own/repo/lilypond-git) HTH, -- Pierre-Luc Gauthier Le mar.