Hi,
http://lsr.di.unimi.it/LSR/Snippet?id=1044
"Workaround for using numbers as part of Lilypond variable names"
is a new snippet from a member of the german forum.
I'd like to reject it for several reasons:
1. There's the possibility to use `identifier.1' with newer devel-versions
2. Even in 2.
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 it is.
>
>Is that correct?
It i
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
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
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 t
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/
___
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 - Dav
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 push
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 us