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

2016-08-12 Thread Carl Sorensen
On 8/12/16 3:21 PM, "nine.fierce.ball...@gmail.com" wrote: >James put this issue back in "review" thinking that there might be more >than needs to be discussed, but my understanding is that none of the >reviewers has any significant concern about pushing this as

Downcase of a symbol

2016-08-12 Thread Urs Liska
Hi, I have written a function to return the lowercase version of a symbol for use in my library as % Return the lowercase version of a symbol #(define (symbol->lowercase sym) (string->symbol (string-downcase (symbol->string sym Just a small question: this seems so general that I

Re: Keep a staff alive with multiple layers (issue 308910043 by mark.opu...@googlemail.com)

2016-08-12 Thread dak
On 2016/08/12 14:55:06, mark_opus11.net wrote: On 2016/08/12 14:52:42, http://mark_opus11.net wrote: > Use key? (integer or symbol) I looked at doing this, as David suggested, by introducing two new properties (removal-friends and removal-foes) but found the resultant logical permutations too

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

2016-08-12 Thread dak
On 2016/08/12 21:21:33, Dan Eble wrote: James put this issue back in "review" thinking that there might be more than needs to be discussed, but my understanding is that none of the reviewers has any significant concern about pushing this as it is. Is that correct? I repeat: Can we get

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

2016-08-12 Thread nine . fierce . ballads
James put this issue back in "review" thinking that there might be more than needs to be discussed, but my understanding is that none of the reviewers has any significant concern about pushing this as it is. Is that correct? https://codereview.appspot.com/308890043/

PATCHES: Countdown for August 12th

2016-08-12 Thread James
Hello, Here is the current patch countdown list. The next countdown will be on August 15th A quick synopsis of all patches currently in the review process can be found here: http://philholmes.net/lilypond/allura/ __ Push: 4954 Change spanner-id to be a key instead of a string -

Re: Branch management

2016-08-12 Thread Ralph Little
Hi, > If, as you say, you only have one commit on your branch you can also > just copy that commit to a new branch and later delete the old branch: git > checkout master > git checkout -b my/new/branch > git cherry-pick commit-id-from-old-branch ... later ... > git branch -D dev/rlittle > git

Re: Keep a staff alive with multiple layers (issue 308910043 by mark.opu...@googlemail.com)

2016-08-12 Thread mark . opus11
On 2016/08/12 14:52:42, mark_opus11.net wrote: Use key? (integer or symbol) I looked at doing this, as David suggested, by introducing two new properties (removal-friends and removal-foes) but found the resultant logical permutations too confusing to either document clearly or be useful to a