Re: Install python modules from build directory (issue 575960043 by jonas.hahnf...@gmail.com)

2020-04-05 Thread jonas . hahnfeld
Reviewers: hanwenn, https://codereview.appspot.com/575960043/diff/557650043/make/lilypond-vars.make File make/lilypond-vars.make (right): https://codereview.appspot.com/575960043/diff/557650043/make/lilypond-vars.make#newcode20 make/lilypond-vars.make:20: export

Install python modules from build directory (issue 575960043 by jonas.hahnf...@gmail.com)

2020-04-05 Thread hanwenn
https://codereview.appspot.com/575960043/diff/557650043/make/lilypond-vars.make File make/lilypond-vars.make (right): https://codereview.appspot.com/575960043/diff/557650043/make/lilypond-vars.make#newcode20 make/lilypond-vars.make:20: export

python: fix installation of .py files when building in separate dir (issue 549810043 by hanw...@gmail.com)

2020-04-05 Thread jonas . hahnfeld
I think we should rather do https://codereview.appspot.com/575960043 https://codereview.appspot.com/549810043/

Re: Install error: missing rational.py

2020-04-05 Thread Jonas Hahnfeld
Am Sonntag, den 05.04.2020, 23:39 +0200 schrieb Han-Wen Nienhuys: > On Sun, Apr 5, 2020 at 11:34 PM Jonas Hahnfeld < > hah...@hahnjo.de > > wrote: > > Am Sonntag, den 05.04.2020, 23:19 +0200 schrieb Han-Wen Nienhuys: > > > On Sun, Apr 5, 2020 at 11:15 PM Jonas Hahnfeld < > > > hah...@hahnjo.de > >

Re: Install error: missing rational.py

2020-04-05 Thread Han-Wen Nienhuys
On Sun, Apr 5, 2020 at 11:34 PM Jonas Hahnfeld wrote: > > Am Sonntag, den 05.04.2020, 23:19 +0200 schrieb Han-Wen Nienhuys: > > On Sun, Apr 5, 2020 at 11:15 PM Jonas Hahnfeld < > > hah...@hahnjo.de > > > wrote: > > > > [/home/colin/lilypond-git/build/../stepmake/stepmake/toplevel-targets.make:27:

Re: Install error: missing rational.py

2020-04-05 Thread Jonas Hahnfeld
Am Sonntag, den 05.04.2020, 23:19 +0200 schrieb Han-Wen Nienhuys: > On Sun, Apr 5, 2020 at 11:15 PM Jonas Hahnfeld < > hah...@hahnjo.de > > wrote: > > > [/home/colin/lilypond-git/build/../stepmake/stepmake/toplevel-targets.make:27: > > > install] Error 2 > > > > I guess this is ab7a344f68

Re: Install error: missing rational.py

2020-04-05 Thread David Kastrup
Jonas Hahnfeld writes: > P.S. Note that this will very likely also breaks GUB. If we don't > release 2.21.0 very soon, it looks like we will never be able to with > all the issues that get introduced to master. I did the LSR import and gave Phil the green light for 2.21.0 (which he was planning

Re: Install error: missing rational.py

2020-04-05 Thread Han-Wen Nienhuys
On Sun, Apr 5, 2020 at 11:15 PM Jonas Hahnfeld wrote: > > [/home/colin/lilypond-git/build/../stepmake/stepmake/toplevel-targets.make:27: > > install] Error 2 > > I guess this is ab7a344f68 ("Cleanup python/ build rules.") together see https://codereview.appspot.com/549810043/ > with out-of-tree

Re: Install error: missing rational.py

2020-04-05 Thread Jonas Hahnfeld
Am Sonntag, den 05.04.2020, 13:21 -0600 schrieb Colin Campbell: > Pulled from master this morning. Compiled without apparent error. > Install choked as below. Deleted /build, re-ran autogen.sh, mkdir build, > cd build, ../configure and re-compiled, again without apparent error. > >

Install error: missing rational.py

2020-04-05 Thread Colin Campbell
Pulled from master this morning. Compiled without apparent error. Install choked as below. Deleted /build, re-ran autogen.sh, mkdir build, cd build, ../configure and re-compiled, again without apparent error. *** colin@Sherlock build]$ sudo make install

Re: Problem with LSR import

2020-04-05 Thread David Kastrup
Valentin Villenave writes: > On 4/5/20, David Kastrup wrote: >> So perhaps changing the name of that snippet >> in the LSR would be a good idea. > > Hi, I just changed it to > customized-drum-notation-in-printed-and-MIDI-output.ly (and I reworded > the doc string to make it match a bit more

Video generation

2020-04-05 Thread Dan Eble
Knut, Regarding [1], I thought I would check whether you have anything more recent or less intrusive before I try it. Thanks, -- Dan [1] "Video generation on linux systems: Note and rests change color" https://lists.gnu.org/archive/html/lilypond-user/2017-07/msg00234.html

Re: Problem with LSR import

2020-04-05 Thread Valentin Villenave
On 4/5/20, David Kastrup wrote: > So perhaps changing the name of that snippet > in the LSR would be a good idea. Hi, I just changed it to customized-drum-notation-in-printed-and-MIDI-output.ly (and I reworded the doc string to make it match a bit more with our guidelines). It should be

Problem with LSR import

2020-04-05 Thread David Kastrup
Hi, I just did an LSR import and there is one snippet that is causing trouble because of its name: Documentation/snippets/customize-drumpitchnames,-drumstyletable-and-drumpitchtable-in-layout-and-midi.ly Seriously. The problem is that the central .gitignore file ignores files matching the

PATCHES - Countdown for April 5th

2020-04-05 Thread pkx166h
Hello, Here is the current patch countdown list. The next countdown will be on April 6th A quick synopsis of all patches currently in the review process can be found here: http://philholmes.net/lilypond/allura/ *** Push: 5872 convert-ly rule for 2.19.39 as cleanup for issue 4800