http://codereview.appspot.com/193077/diff/1001/12
File lily/general-scheme.cc (right):
http://codereview.appspot.com/193077/diff/1001/12#newcode230
lily/general-scheme.cc:230: return ((c >= 0x2D && c <= 0x2F) // hyphen,
full-stop, and forward-slash
Wouldn't it be faster to use an array of `0' an
mostly correct. some remarks
On Sat, Jan 23, 2010 at 8:58 AM, David Kastrup wrote:
> Ok, I am trying to figure out for what kind of task one would use what
> kind of Lilypond construct. So I try echoing my current understanding
> and want you to holler when I am wrong.
>
> We have music function
Hi,
I've uploaded a patch to Rietveld:
http://codereview.appspot.com/193077/show
Any comments or suggestions for improvement are appreciated.
Thanks,
Patrick
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listi
Ok, I am trying to figure out for what kind of task one would use what
kind of Lilypond construct. So I try echoing my current understanding
and want you to holler when I am wrong.
We have music functions. Music functions can be used for doing music
in, music out. Now music can be complex, con
Good news: we're down to 18 release-blocking items: 9 code, and 9
non-code. I can't really estimate the time required to fix the code
regressions. The other items are all 2-10 hours. So 2.14 might
happen in Feb. Granted, this doesn't include any new regressions that
we might discover when we an
Carl Sorensen wrote Sunday, January 24, 2010 1:49 PM
On 1/23/10 11:10 PM, "Mark Polesky" wrote:
I wrote a little shell script to rebase all my local git
branches at once.
So does the script rebase all branches in a repository? I'm sure
I wouldn't
like that; I have some branches that are u
On 1/24/10 6:49 AM, "Carl Sorensen" wrote:
>
>
>
>
> On 1/23/10 11:10 PM, "Mark Polesky" wrote:
>
>> I wrote a little shell script to rebase all my local git
>> branches at once. However, reading the git-pull man page
>> makes me wonder if there's not some tragedy waiting to
>> happen.
On 1/23/10 11:10 PM, "Mark Polesky" wrote:
> I wrote a little shell script to rebase all my local git
> branches at once. However, reading the git-pull man page
> makes me wonder if there's not some tragedy waiting to
> happen. The script is designed for developers who are only
> tracking th