Re: 64-bit Mac build of 2.20 is now available!

2020-03-17 Thread Marnen Laibow-Koser
On Wed, Mar 18, 2020 at 12:57 AM Zone Dremik wrote: > Hello, convert.ly is not working as you described. Here are some code > excerpts. > Let me know if there is anything else I can send that would be helpful. > > From a file previously created with Frescobaldi 2.20 & Lilypond 2.18: > > \version

Re: 64-bit Mac build of 2.20 is now available!

2020-03-17 Thread Zone Dremik via Discussions on LilyPond development
Hello, convert.ly is not working as you described. Here are some code excerpts. Let me know if there is anything else I can send that would be helpful. >From a file previously created with Frescobaldi 2.20 & Lilypond 2.18: \version "2.18.0" \include "english.ly" \include "Three White Gulls (Melo

Re: flower: Get rid of libc-extension (issue 553740043 by jonas.hahnf...@gmail.com)

2020-03-17 Thread nine . fierce . ballads
Jonas, I'm low on energy, so I'm not going to review this now, but I there are a few points I want to mention. 1. thanks for cleaning things up! 2. maybe the rounding change should wait for 2.21.1 3. please don't look at real.hh/cc; I've got a patch for it that I'm waiting to post https://coder

Re: flower: Get rid of libc-extension (issue 553740043 by jonas.hahnf...@gmail.com)

2020-03-17 Thread jonas . hahnfeld
On 2020/03/17 21:27:52, hanwenn wrote: > https://codereview.appspot.com/553740043/diff/547780043/input/regression/tie-single-manual.ly > File input/regression/tie-single-manual.ly (right): > > https://codereview.appspot.com/553740043/diff/547780043/input/regression/tie-single-manual.ly#newcode19 >

Re: scripts/build/scan-mf-deps: script to generate MF dependencies (issue 553700043 by hanw...@gmail.com)

2020-03-17 Thread jonas . hahnfeld
On 2020/03/17 21:18:50, hanwenn wrote: > On 2020/03/17 20:47:22, hahnjo wrote: > > On 2020/03/17 20:10:51, hanwenn wrote: > > > https://codereview.appspot.com/553700043/diff/547760043/mf/invoke-mf2pt1.sh > > > File mf/invoke-mf2pt1.sh (right): > > > > > > > > > https://codereview.appspot.com/55370

Re: flower: Get rid of libc-extension (issue 553740043 by jonas.hahnf...@gmail.com)

2020-03-17 Thread lemzwerg--- via Discussions on LilyPond development
https://codereview.appspot.com/553740043/diff/547780043/input/regression/tie-single-manual.ly File input/regression/tie-single-manual.ly (right): https://codereview.appspot.com/553740043/diff/547780043/input/regression/tie-single-manual.ly#newcode19 input/regression/tie-single-manual.ly:19: \ove

Re: flower: Get rid of libc-extension (issue 553740043 by jonas.hahnf...@gmail.com)

2020-03-17 Thread hanwenn
https://codereview.appspot.com/553740043/diff/547780043/input/regression/tie-single-manual.ly File input/regression/tie-single-manual.ly (right): https://codereview.appspot.com/553740043/diff/547780043/input/regression/tie-single-manual.ly#newcode19 input/regression/tie-single-manual.ly:19: \ove

Re: scripts/build/scan-mf-deps: script to generate MF dependencies (issue 553700043 by hanw...@gmail.com)

2020-03-17 Thread hanwenn
On 2020/03/17 20:47:22, hahnjo wrote: > On 2020/03/17 20:10:51, hanwenn wrote: > > https://codereview.appspot.com/553700043/diff/547760043/mf/invoke-mf2pt1.sh > > File mf/invoke-mf2pt1.sh (right): > > > > > https://codereview.appspot.com/553700043/diff/547760043/mf/invoke-mf2pt1.sh#newcode35 > > m

flower: Get rid of libc-extension (issue 553740043 by jonas.hahnf...@gmail.com)

2020-03-17 Thread jonas . hahnfeld
Reviewers: , https://codereview.appspot.com/553740043/diff/547780043/input/regression/tie-single-manual.ly File input/regression/tie-single-manual.ly (right): https://codereview.appspot.com/553740043/diff/547780043/input/regression/tie-single-manual.ly#newcode19 input/regression/tie-single-manua

Re: mf: Static dependencies between Metafont files (issue 555440062 by jonas.hahnf...@gmail.com)

2020-03-17 Thread jonas . hahnfeld
Reviewers: hanwenn, Message: Abandoned in favor of https://codereview.appspot.com/553700043 Description: mf: Static dependencies between Metafont files A glimpse at the history shows that the last change of 'include' statements has been in 2013, and I'm not even sure here. IMO this warrants remo

Re: scripts/build/scan-mf-deps: script to generate MF dependencies (issue 553700043 by hanw...@gmail.com)

2020-03-17 Thread jonas . hahnfeld
On 2020/03/17 20:10:51, hanwenn wrote: > https://codereview.appspot.com/553700043/diff/547760043/mf/invoke-mf2pt1.sh > File mf/invoke-mf2pt1.sh (right): > > https://codereview.appspot.com/553700043/diff/547760043/mf/invoke-mf2pt1.sh#newcode35 > mf/invoke-mf2pt1.sh:35: grep '^INPUT.*mf$' ${name}.fl

Re: scripts/build/scan-mf-deps: script to generate MF dependencies (issue 553700043 by hanw...@gmail.com)

2020-03-17 Thread jonas . hahnfeld
https://codereview.appspot.com/553700043/diff/547770043/mf/GNUmakefile File mf/GNUmakefile (right): https://codereview.appspot.com/553700043/diff/547770043/mf/GNUmakefile#newcode40 mf/GNUmakefile:40: $(UPDATE_TARGET) I see spurious rebuilds if I re-run make and I think this is because the touch

Re: two LSR questions

2020-03-17 Thread Thomas Morley
Am Di., 17. März 2020 um 17:05 Uhr schrieb Sebastiano Vigna : > > > > > On 17 Mar 2020, at 16:01, Thomas Morley wrote: > > > > I'm currently upgrading LSR to LilyPond-2.20.0 locally on my machine. > > Because I'm already nearly finished I planned to contact you, too. > > I should be done latest at

Re: scripts/build/scan-mf-deps: script to generate MF dependencies (issue 553700043 by hanw...@gmail.com)

2020-03-17 Thread hanwenn
https://codereview.appspot.com/553700043/diff/547760043/mf/GNUmakefile File mf/GNUmakefile (right): https://codereview.appspot.com/553700043/diff/547760043/mf/GNUmakefile#newcode37 mf/GNUmakefile:37: $(src-dir)/invoke-mf2pt.sh $(buildscript-dir)/mf2pt1 $< $@ $(METAFONT_QUIET) On 2020/03/17 09:29

Re: 64-bit Mac build of 2.20 is now available!

2020-03-17 Thread Marnen Laibow-Koser
On Tue, Mar 17, 2020 at 12:10 PM Zone Dremik wrote: > A Big Thank You to Marnen Laibow-Koser — Mac OS 64 bit Lilypond 2.20 > downloaded, installed and is running! This is a huge relief since my skill > level is basically; download file and drag to application folder. > > The only thing not runni

Re: two LSR questions

2020-03-17 Thread Werner LEMBERG
>> I'd suggest to upgrade your lsr-software to run LilyPond-2.20. >> Then I'll send you the updated tarball with all snippets. > > OK, so you are updating the description and the snippets to the new > version. > > It might be a good occasion to fix the UTF-8 problem. We could > empty the text p

Re: 64-bit Mac build of 2.20 is now available!

2020-03-17 Thread Zone Dremik via Discussions on LilyPond development
A Big Thank You to Marnen Laibow-Koser —  Mac OS 64 bit Lilypond 2.20 downloaded, installed and is running! This is a huge relief since my skill level is basically; download file and drag to application folder. The only thing not running quite as expected is convert.ly updating. It isn't flagg

Re: two LSR questions

2020-03-17 Thread Sebastiano Vigna
> On 17 Mar 2020, at 16:01, Thomas Morley wrote: > > I'm currently upgrading LSR to LilyPond-2.20.0 locally on my machine. > Because I'm already nearly finished I planned to contact you, too. > I should be done latest at next weekend. > Although Corona causes even more work for me ... > > I'd

Re: two LSR questions

2020-03-17 Thread Thomas Morley
Am Di., 17. März 2020 um 15:45 Uhr schrieb Sebastiano Vigna : > > > > > On 13 Mar 2020, at 20:25, Thomas Morley wrote: > >> three questions regarding the LSR. > >> > >> (1) Will the PNG images shown in the LSR automatically be regenerated > >>if a snippet gets updated? Or do I have to do some

Re: two LSR questions

2020-03-17 Thread Sebastiano Vigna
> On 13 Mar 2020, at 20:25, Thomas Morley wrote: >> three questions regarding the LSR. >> >> (1) Will the PNG images shown in the LSR automatically be regenerated >>if a snippet gets updated? Or do I have to do something? > > Will happen automatically. > Sometimes with delay, though. Th

Re: [LSR 2.20] #114 (a doc-tagged partcombine-snippet) complains

2020-03-17 Thread Thomas Morley
Am Mo., 16. März 2020 um 19:48 Uhr schrieb Torsten Hämmerle : > > By the way: this is Issue 5389: partcombine warns about unterminated slur > > > Cheers, > Torsten Thanks for the hints. For now I dropped a comment in said snippet about issue

Re: scripts/build/scan-mf-deps: script to generate MF dependencies (issue 553700043 by hanw...@gmail.com)

2020-03-17 Thread jonas . hahnfeld
https://codereview.appspot.com/553700043/diff/547760043/mf/GNUmakefile File mf/GNUmakefile (right): https://codereview.appspot.com/553700043/diff/547760043/mf/GNUmakefile#newcode37 mf/GNUmakefile:37: $(src-dir)/invoke-mf2pt.sh $(buildscript-dir)/mf2pt1 $< $@ $(METAFONT_QUIET) Needs updating! ht

Re: scripts/build/scan-mf-deps: script to generate MF dependencies (issue 553700043 by hanw...@gmail.com)

2020-03-17 Thread jonas . hahnfeld
On 2020/03/17 07:41:26, hahnjo wrote: > https://codereview.appspot.com/553700043/diff/567370043/mf/scan-mf-deps.py#newcode10 > mf/scan-mf-deps.py:10: re.sub("\\(%s/?([^\n )]*\\.mf)" % srcdir, lambda m: > deps.append(m.group(1)), input) > Now that should be very possible with sed in .sh plus you alr

Re: scripts/build/scan-mf-deps: script to generate MF dependencies (issue 553700043 by hanw...@gmail.com)

2020-03-17 Thread hanwenn
https://codereview.appspot.com/553700043/diff/567370043/mf/GNUmakefile File mf/GNUmakefile (right): https://codereview.appspot.com/553700043/diff/567370043/mf/GNUmakefile#newcode36 mf/GNUmakefile:36: $(src-dir)/invoke-mf2pt.sh $(buildscript-dir)/mf2pt1 $< $@ $(METAFONT_QUIET) On 2020/03/17 07:41

Re: scripts/build/scan-mf-deps: script to generate MF dependencies (issue 553700043 by hanw...@gmail.com)

2020-03-17 Thread jonas . hahnfeld
https://codereview.appspot.com/553700043/diff/567370043/mf/scan-mf-deps.py File mf/scan-mf-deps.py (right): https://codereview.appspot.com/553700043/diff/567370043/mf/scan-mf-deps.py#newcode12 mf/scan-mf-deps.py:12: target = target.replace(srcdir, "").lstrip("/") This doesn't work for out-of-tre

Re: scripts/build/scan-mf-deps: script to generate MF dependencies (issue 553700043 by hanw...@gmail.com)

2020-03-17 Thread jonas . hahnfeld
On 2020/03/17 07:54:13, dak wrote: > https://codereview.appspot.com/553700043/diff/567370043/mf/invoke-mf2pt.sh > File mf/invoke-mf2pt.sh (right): > > https://codereview.appspot.com/553700043/diff/567370043/mf/invoke-mf2pt.sh#newcode4 > mf/invoke-mf2pt.sh:4: realpath() { > On 2020/03/17 07:41:25,

Re: scripts/build/scan-mf-deps: script to generate MF dependencies (issue 553700043 by hanw...@gmail.com)

2020-03-17 Thread dak
https://codereview.appspot.com/553700043/diff/567370043/mf/invoke-mf2pt.sh File mf/invoke-mf2pt.sh (right): https://codereview.appspot.com/553700043/diff/567370043/mf/invoke-mf2pt.sh#newcode4 mf/invoke-mf2pt.sh:4: realpath() { On 2020/03/17 07:41:25, hahnjo wrote: > AFAIK sh syntax would be > re

Re: scripts/build/scan-mf-deps: script to generate MF dependencies (issue 553700043 by hanw...@gmail.com)

2020-03-17 Thread jonas . hahnfeld
https://codereview.appspot.com/553700043/diff/567370043/mf/GNUmakefile File mf/GNUmakefile (right): https://codereview.appspot.com/553700043/diff/567370043/mf/GNUmakefile#newcode36 mf/GNUmakefile:36: $(src-dir)/invoke-mf2pt.sh $(buildscript-dir)/mf2pt1 $< $@ $(METAFONT_QUIET) Should this script

Re: mf: Static dependencies between Metafont files (issue 555440062 by jonas.hahnf...@gmail.com)

2020-03-17 Thread hanwenn
the solution to a fragile mechanism for determining dependencies is to build a robust mechanism for determinign dependencies. https://codereview.appspot.com/555440062/

mf: Static dependencies between Metafont files (issue 555440062 by jonas.hahnf...@gmail.com)

2020-03-17 Thread hanwenn
I object to this change. https://codereview.appspot.com/555440062/

PATCHES - Countdown for March 17th

2020-03-17 Thread pkx166h
Hello, Here is the current patch countdown list. The next countdown will be on March 19th. A quick synopsis of all patches currently in the review process can be found here: http://philholmes.net/lilypond/allura/ *** Push: 5843 Add #f to format in lilypond-book.itely - Thomas Mor