Re: Patchy email

2019-07-30 Thread Knut Petersen
On 30.07.19 01:39, David Kastrup wrote: Stracing shows that after 'make all' it is also necessary to execute 'make install' prior to 'make test-baseline' or 'make test-clean'. That's insane. Having to install LilyPond before being able to test it makes no sense. During regression testing we

lilypond-book-preamble and cropping

2019-07-30 Thread Urs Liska
I'm not sure if this is actually a *development* request or if it could also be solved at the "user" level. As Werner showed in https://github.com/jperon/lyluatex/issues/268 (https://github.com/jperon/lyluatex/issues/268) there is an issue with the output of scores compiled with `lilypond-book-

Re: lilypond-book-preamble and cropping

2019-07-30 Thread David Kastrup
"Urs Liska" writes: > I'm not sure if this is actually a *development* request or if it > could also be solved at the "user" level. > > As Werner showed in https://github.com/jperon/lyluatex/issues/268 > (https://github.com/jperon/lyluatex/issues/268) there is an issue with > the output of scores

Re: lilypond-book-preamble and cropping

2019-07-30 Thread Urs Liska
30. Juli 2019 11:16, "David Kastrup" schrieb: > "Urs Liska" writes: > >> I'm not sure if this is actually a *development* request or if it >> could also be solved at the "user" level. >> >> As Werner showed in https://github.com/jperon/lyluatex/issues/268 >> (https://github.com/jperon/lyluatex

Re: lilypond-book-preamble and cropping

2019-07-30 Thread David Kastrup
"Urs Liska" writes: > 30. Juli 2019 11:16, "David Kastrup" schrieb: > >> "Urs Liska" writes: >> >>> I'm not sure if this is actually a *development* request or if it >>> could also be solved at the "user" level. >>> >>> As Werner showed in https://github.com/jperon/lyluatex/issues/268 >>> (ht

Fix relocate-preamble.py bug (issue 560840043 by knup...@gmail.com)

2019-07-30 Thread knupero
Reviewers: , Message: Please review. See 'Re: Patchy email' thread in lilypond-devel. Knut Description: Fix relocate-preamble.py bug In relocate-preamble.py the search path for python modules is changed. If a python script / module used in our regression tests is changed, the results of "make

Re: Patchy email

2019-07-30 Thread Knut Petersen
On 30.07.19 01:39, David Kastrup wrote: No, that make test needs a fix. make test is supposed to test the version in the work directory, not some weird amalgamate between system installed version and work directory version. Any idea what would be required here? Yes. https://codereview.appsp

Re: Improve content of tree.gittxt (issue 564990043 by knup...@gmail.com)

2019-07-30 Thread knupero
Patchset 2 was reviewed, counted down, pushed to staging, made it to master. Then David's patchy broke because I incorrectly assumed that every clone of a lilypond repository has a local copy of the master branch. Consequently the patch was reverted in staging and master. The fix is obvious, we m