Re: Web: revise site background (issue 204040043 by paulwmor...@gmail.com)

2015-03-14 Thread James Lowe
On 14/03/15 04:27, Paul Morris wrote: I see that patchy did not like my patch set 3 for issue 4299 (fails to apply to current master). I'm guessing that this is the same thing we ran into with issue 4258, since both involve adding new images. (James manually tested 4258, which went through

Re: Fwd: Google Code shutting down

2015-03-14 Thread Han-Wen Nienhuys
On Fri, Mar 13, 2015 at 4:40 PM, Trevor Daniels t.dani...@treda.co.uk wrote: have a look at https://code.google.com/p/support-tools/wiki/IssueExporterTool That is quite useful, thanks. I've exported the LilyPond Issues DB to a JSON file on my laptop. 5Mb. It seems complete as far as the

Re: Web: revise site background (issue 204040043 by paulwmor...@gmail.com)

2015-03-14 Thread pkx166h
passes make, make check and a full make doc. https://codereview.appspot.com/204040043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Web: revise site background (issue 204040043 by paulwmor...@gmail.com)

2015-03-14 Thread Paul Morris
James Lowe wrote I'll do another manual test. Thanks James! -Paul -- View this message in context: http://lilypond.1069038.n5.nabble.com/Re-Web-revise-site-background-issue-204040043-by-paulwmorris-gmail-com-tp173008p173121.html Sent from the Dev mailing list archive at Nabble.com.

Web: move unused images to their own directory (issue 218860043 by paulwmor...@gmail.com)

2015-03-14 Thread Paul Morris
Message: Please review, thanks! Description: Web: move unused images to their own directory https://codereview.appspot.com/218860043 https://codereview.appspot.com/218860043 (Looks like the usual “Publish+Mail” email did not make it to the dev list for some reason, so announcing this patch

Fwd: Attachment downloader?

2015-03-14 Thread Han-Wen Nienhuys
-- Forwarded message -- From: Chris Smith chrsm...@google.com Date: Sat, Mar 14, 2015 at 3:46 PM Subject: Re: Attachment downloader? To: Han-Wen Nienhuys han...@google.com Cc: google-code-shutdown google-code-shutd...@google.com Hello, We do not have an automated issue

Re: Add basic scheme programmable engravers. (issue181109)

2015-03-14 Thread hanwenn
Reviewers: joeneeman, Message: seems I have some drafts left :-) https://codereview.appspot.com/181109/diff/17/lily/context-scheme.cc File lily/context-scheme.cc (right): https://codereview.appspot.com/181109/diff/17/lily/context-scheme.cc#newcode26 lily/context-scheme.cc:26: // TODO: naming

Re: Decrease space between vertical beams by length-fraction. (issue 214250043 by hanw...@gmail.com)

2015-03-14 Thread hanwenn
I don't think we have explicit test coverage for this, but not sure what it would look like. https://codereview.appspot.com/214250043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Add basic scheme programmable engravers. (issue181109)

2015-03-14 Thread dak
On 2015/03/14 14:48:43, hanwenn wrote: seems I have some drafts left :-) I am pretty sure that draft beer gets stale after considerably less than five years. https://codereview.appspot.com/181109/ ___ lilypond-devel mailing list

Re: Attachment downloader?

2015-03-14 Thread Trevor Daniels
Thanks Han-Wen and Chris I confirm this works, at least for the one instance I tried. I guess now we need to write a script which parses the JSON file to find the attachment parameters and then to wget them using the assembled url. Good; it's work, but at least there is a means now to extract

Generating variable containing spacer rests

2015-03-14 Thread Trevor Daniels
Hi Not being very experienced in Scheme I'm struggling to create a variable containing a spacer rest or rests with a total musical length equal to the music contained in another variable. Can anyone help? TIA Trevor ___ lilypond-devel mailing list

Re: Generating variable containing spacer rests

2015-03-14 Thread David Kastrup
Trevor Daniels t.dani...@treda.co.uk writes: Hi Not being very experienced in Scheme I'm struggling to create a variable containing a spacer rest or rests with a total musical length equal to the music contained in another variable. Can anyone help? #(define newvar (skip-of-length oldvar))

Re: Generating variable containing spacer rests

2015-03-14 Thread Trevor Daniels
David Kastrup wrote Saturday, March 14, 2015 6:14 PM Trevor Daniels t.dani...@treda.co.uk writes: Not being very experienced in Scheme I'm struggling to create a variable containing a spacer rest or rests with a total musical length equal to the music contained in another variable. Can