Re: Remove old "News" entry from home page

2015-07-11 Thread Federico Bruni
Il giorno ven 10 lug 2015 alle 20:49, Paul Morris ha scritto: My thinking is that it would be good to move some or all of the examples page[1] to the main column of the home page where the news is now. That clearly shows what LilyPond can do, front and center. I agree! I would make a carouse

Re: Remove old "News" entry from home page

2015-07-11 Thread Urs Liska
Am 11. Juli 2015 09:23:44 MESZ, schrieb Federico Bruni : >Il giorno ven 10 lug 2015 alle 20:49, Paul Morris > ha scritto: >> My thinking is that it would be good to move some or all of the >> examples page[1] to the main column of the home page where the news >> is now. That clearly shows wha

Re: Implement partial function calls. (issue 249670043 by d...@gnu.org)

2015-07-11 Thread thomasmorley65
Will this allow trans-cis = \transpose c cis \etc ? Then I'd say it's a great improvement. Far better than having to do: my-trans = #(define-scheme-function (parser location from to) (ly:pitch? ly:pitch?) (define-music-function (parser location music) (ly:music?) #{ \transpose $from $to $

PATCHES: Countdown for July 14th 2015

2015-07-11 Thread James Lowe
Hello, Here is the current patch countdown list. The next countdown will be on July 14th. You can always view the most current countdown list here: http://code.google.com/p/lilypond/issues/list?q=Patch%3Apush%2Ccountdown%2Creview%2Cnew%2Cwaiting&colspec=Patch%20Owner%20ID%20Summary&sort=patch __

Re: Implement partial function calls. (issue 249670043 by d...@gnu.org)

2015-07-11 Thread dak
On 2015/07/11 11:18:52, thomasmorley651 wrote: Will this allow trans-cis = \transpose c cis \etc ? That would be a straightforward use, yes. Then I'd say it's a great improvement. Huh. Far better than having to do: my-trans = #(define-scheme-function (parser location from to) (ly:pitch

issue 4491: replace BUILD_DIR with LILYPOND_BUILD_DIR (issue 258730043 by fedel...@gmail.com)

2015-07-11 Thread fedelogy
Reviewers: , Description: issue 4491: replace BUILD_DIR with LILYPOND_BUILD_DIR Please review this at https://codereview.appspot.com/258730043/ Affected files (+6, -6 lines): M Documentation/contributor/programming-work.itexi M scripts/auxiliar/update-with-convert-ly.sh Index: Documentati

Anything wrong with patchy-staging?

2015-07-11 Thread David Kastrup
Issue 4475 has been pushed about 3.5h ago to staging. I thought we had a Patchy-staging run about every 2 hours? Does this mean that there has been a failure? Problem is that I'm likely off in about an hour, and if I start a Patchy-staging run now, it will not be finished before I am gone. And

issue 3903: replace news.lilynet.net with archive.org url (issue 255100043 by fedel...@gmail.com)

2015-07-11 Thread fedelogy
Reviewers: , Description: issue 3903/3: remove redirect of ^wiki/ to wiki.lilynet.net (dismissed) issue 3903: fix bad links to LilyPond reports Command used: git grep -l lilynet.net/The | xargs sed -i 's/lilynet.net\/The/lilynet.net\/\?The/g' issue 3903/1: replace all occurrences of news.lily

Re: Anything wrong with patchy-staging?

2015-07-11 Thread James Lowe
On 11/07/15 17:07, David Kastrup wrote: > > Issue 4475 has been pushed about 3.5h ago to staging. I thought we > had a Patchy-staging run about every 2 hours? Does this mean that > there has been a failure? Yes or my Internet connection is broken! - although I think there is a few of us running

Re: Anything wrong with patchy-staging?

2015-07-11 Thread James Lowe
On 11/07/15 17:07, David Kastrup wrote: > > Issue 4475 has been pushed about 3.5h ago to staging. I thought we > had a Patchy-staging run about every 2 hours? Does this mean that > there has been a failure? > > Problem is that I'm likely off in about an hour, and if I start a > Patchy-staging

Re: Anything wrong with patchy-staging?

2015-07-11 Thread James Lowe
On 11/07/15 17:46, James Lowe wrote: > On 11/07/15 17:07, David Kastrup wrote: >> >> Issue 4475 has been pushed about 3.5h ago to staging. I thought >> we had a Patchy-staging run about every 2 hours? Does this mean >> that there has been a failure? >> >> Problem is that I'm likely off in about

Re: Implement partial function calls. (issue 249670043 by d...@gnu.org)

2015-07-11 Thread Werner LEMBERG
> And \{ ... \} seem nice to leave open for used-defined > articulations. I favour \etc also. Werner ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Implement partial function calls. (issue 249670043 by d...@gnu.org)

2015-07-11 Thread Trevor Daniels
Werner LEMBERG wrote Saturday, July 11, 2015 7:36 PM >> And \{ ... \} seem nice to leave open for used-defined >> articulations. > > I favour \etc also. Me too. Trevor ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailm

Re: Issue 4478: Disentangle some Tie and Semi_tie code. (issue 251840044 by nine.fierce.ball...@gmail.com)

2015-07-11 Thread nine . fierce . ballads
https://codereview.appspot.com/251840044/diff/1/lily/tie.cc File lily/tie.cc (right): https://codereview.appspot.com/251840044/diff/1/lily/tie.cc#newcode128 lily/tie.cc:128: one_head = Semi_tie::head (item); Whoops. This should have been Semi_tie::head (item, d). Obviously the regression tests