Re: Change 'Lily Pond' to 'LilyPond' in two translations (issue 309940043 by carl.d.soren...@gmail.com)

2016-08-06 Thread Carl Sorensen
On 8/6/16 7:50 AM, "lilypond-devel on behalf of lemzw...@googlemail.com" wrote: >LGTM, of course. Please commit such trivial patches immediately to >staging. It's really not worth to open an issue. >

GUB and librestrict

2016-08-06 Thread littlesincanada
Hi, I'm trying to build Lilypond using GUB. I'm hitting on a problem in librestrict. In restrict.c, in the initialize() function, a new c99 keyword "restrict" is being used as a variable. If I rename it, then the source compiles. However, I get a further failure in the build which I'm not

Re: Issue 4936: look up "mf" for default initial volume (issue 308890043 by nine.fierce.ball...@gmail.com)

2016-08-06 Thread nine . fierce . ballads
On 2016/08/06 11:15:35, ht wrote: Do you mean the 'finish_queued_spans' function? Isn't it the case that 'this->depart_queue_.spans_' is empty when 'this->process_music' gets called the first time, so 'finish_queued_spans' would report a programming error if it actually got called (so

Change 'Lily Pond' to 'LilyPond' in two translations (issue 309940043 by carl.d.soren...@gmail.com)

2016-08-06 Thread lemzwerg
LGTM, of course. Please commit such trivial patches immediately to staging. It's really not worth to open an issue. https://codereview.appspot.com/309940043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: Doc: CG update Indenting with vim section (issue 302340043 by mark.opu...@googlemail.com)

2016-08-06 Thread Carl . D . Sorensen
Thanks for doing this -- it helps me understand better how things work, and gives an example of a more robust set of vim settings. https://codereview.appspot.com/302340043/diff/1/Documentation/contributor/programming-work.itexi File Documentation/contributor/programming-work.itexi (left):

PATCHES: Countdown for August 6th

2016-08-06 Thread James Lowe
Hello, Here is the current patch countdown list. The next countdown will be on August 9th. A quick synopsis of all patches currently in the review process can be found here: http://Philholmes.net/lilypond/allura/ __ Push: 4947 Link notes to dynamics in Dynamic_performer rather

Re: Issue 4936: look up "mf" for default initial volume (issue 308890043 by nine.fierce.ball...@gmail.com)

2016-08-06 Thread ht . lilypond . development
https://codereview.appspot.com/308890043/diff/1/lily/dynamic-performer.cc File lily/dynamic-performer.cc (right): https://codereview.appspot.com/308890043/diff/1/lily/dynamic-performer.cc#newcode412 lily/dynamic-performer.cc:412: volume = equalize_volume (Audio_span_dynamic::DEFAULT_VOLUME); On

Re: Issue 4936: look up "mf" for default initial volume (issue 308890043 by nine.fierce.ball...@gmail.com)

2016-08-06 Thread ht . lilypond . development
On 2016/08/04 23:30:17, Dan Eble wrote: On 2016/08/04 21:23:12, ht wrote: > (define-public dynamic-default-volume 0.71) > > I wonder whether this (possibly obsolete, "git grep" doesn't show it being > currently referenced from anywhere, certainly not from Dynamic_performer) > definition