Re: add stencil-whiteout-outline function (issue 236480043 by paulwmor...@gmail.com)

2015-06-08 Thread paulwmorris
https://codereview.appspot.com/236480043/diff/60001/Documentation/changes.tely File Documentation/changes.tely (right): https://codereview.appspot.com/236480043/diff/60001/Documentation/changes.tely#newcode66 Documentation/changes.tely:66: now create a white background that follows the outline

Re: add stencil-whiteout-outline function (issue 236480043 by paulwmor...@gmail.com)

2015-06-08 Thread Paul Morris
On Jun 8, 2015, at 2:07 AM, pkx1...@gmail.com wrote: On 2015/06/07 20:43:54, Keith wrote: lgtm, if you can narrow the convert-ly rule a bit and test it (the semi-automated 'patchy' testing doesn't use convert-ly) Also, I think you need to add

Re: PATCHES: Countdown for June 11th 2015

2015-06-08 Thread James Lowe
On 08/06/15 12:40, Masamichi HOSODA wrote: Hello, Here is the current patch countdown list. The next countdown will be on June 11th. You can always view the most current countdown list here:

Re: add stencil-whiteout-outline function (issue 236480043 by paulwmor...@gmail.com)

2015-06-08 Thread David Kastrup
Paul Morris p...@paulwmorris.com writes: On Jun 8, 2015, at 2:07 AM, pkx1...@gmail.com wrote: Yes, do not edit the snippet directly in ../snippets/.. or add it directly to the snippets/.. directory. I see, thanks, but what to do if running “update-with-convert-ly.sh” changes snippets in

fret-diagram with barre returns weird output (issue 247750043 by d...@gnu.org)

2015-06-08 Thread Carl . D . Sorensen
LGTM. Thanks. Carl https://codereview.appspot.com/247750043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: git-cl upload has stopped working?

2015-06-08 Thread Carl Sorensen
On 5/28/15 5:35 AM, Dan Eble d...@faithful.be wrote: On May 27, 2015, at 16:17 , David Kastrup d...@gnu.org wrote: So what I did was pressed Create Issue on codereview.appspot.com which tells you to use update.py and provides a download for it. So I downloaded it, overwrote the version in

Re: Make music functions callable from Scheme (issue 244840043 by d...@gnu.org)

2015-06-08 Thread dak
On 2015/06/08 16:38:28, dak wrote: On 2015/06/08 15:58:31, Keith wrote: Or maybe advance through 'signature' to the next non-optional argument immediately upon using a default value, rather than setting 'skipping'. I thought about that, yes. It would give us one outer loop that goes

Re: git-cl upload has stopped working?

2015-06-08 Thread Dan Eble
On Jun 8, 2015, at 19:47 , Carl Sorensen c_soren...@byu.edu wrote: upload_args.extend(['--title', subject]) upload_args.extend(['--message', desc]) + upload_args.append('--oauth2') upload_args.append(['--oauth2’]) ... 3. Edit the git-cl file found in the git-cl/ folder to meet Dan's

Fw: lilypond hosting future

2015-06-08 Thread Werner LEMBERG
A private response from Karl... The `solution' we talk about is using a VM on Savannah to maintain Allura by ourselves. Werner ---BeginMessage--- Hi Werner, Regardless of our requirements, it would be good if Savannah supports image display! Agreed, but of course there's always

Re: Make music functions callable from Scheme (issue 244840043 by d...@gnu.org)

2015-06-08 Thread dak
This reply is not intended to refute your contention that there are too few comments. It should rather make you understand what is actually going on so that you can improve the suggestions. Maybe even more documentation elsewhere would be needed.

Re: add stencil-whiteout-outline function (issue 236480043 by paulwmor...@gmail.com)

2015-06-08 Thread pkx166h
On 2015/06/07 20:43:54, Keith wrote: lgtm, if you can narrow the convert-ly rule a bit and test it (the semi-automated 'patchy' testing doesn't use convert-ly) Also, I think you need to add Documentation/snippets/new/blanking-staff-lines-using-the--whiteout-command.ly and let the makelsr

Re: Make music functions callable from Scheme (issue 244840043 by d...@gnu.org)

2015-06-08 Thread dak
https://codereview.appspot.com/244840043/diff/80001/lily/include/fluid.hh File lily/include/fluid.hh (right): https://codereview.appspot.com/244840043/diff/80001/lily/include/fluid.hh#newcode24 lily/include/fluid.hh:24: On 2015/06/07 22:16:00, Keith wrote: storage of Scheme fluids so that

Re: Make music functions callable from Scheme (issue 244840043 by d...@gnu.org)

2015-06-08 Thread dak
https://codereview.appspot.com/244840043/diff/80001/Documentation/changes.tely File Documentation/changes.tely (right): https://codereview.appspot.com/244840043/diff/80001/Documentation/changes.tely#newcode68 Documentation/changes.tely:68: as if they were proper Scheme functions. Argument

Aw: Re: Re: Several notation errors in bagpipe.ly

2015-06-08 Thread Oliver Briede
Hello Carl, as we promised this morning, here is the cleaned up, brand new, corrected bagpipe.ly version 2.19.10. Best regards, Oliver and Julia (intern @JO: rev 37, 8. June 2015) Gesendet: Montag, 08. Juni 2015 um 05:00 Uhr Von: Carl Sorensen c_soren...@byu.edu An:

Re: PATCHES: Countdown for June 11th 2015

2015-06-08 Thread Masamichi HOSODA
Hello, Here is the current patch countdown list. The next countdown will be on June 11th. You can always view the most current countdown list here:

Aw: Re: Re: Several notation errors in bagpipe.ly

2015-06-08 Thread Oliver Briede
Good morning folks, first of all, thank you Federico and Colin for your prompt responses and for updating the issue. Carl, thank you for your offer to submit the patch. Yes please do so, we would be most happy! We will clean up the file and send it to you today. Best

Re: Make music functions callable from Scheme (issue 244840043 by d...@gnu.org)

2015-06-08 Thread dak
On 2015/06/08 15:58:31, Keith wrote: On Sun, 07 Jun 2015 23:09:31 -0700, mailto:d...@gnu.org wrote: So your problem appears to be that you understand the code but it does something you did not expect. Cross-check from the user end with the Extending LilyPond guide's explanation of

Re: Make music functions callable from Scheme (issue 244840043 by d...@gnu.org)

2015-06-08 Thread Keith OHara
On Sun, 07 Jun 2015 23:09:31 -0700, d...@gnu.org wrote: So your problem appears to be that you understand the code but it does something you did not expect. Cross-check from the user end with the Extending LilyPond guide's explanation of optional arguments. It is Extending section 2.2.2.