Re: Fix extra spacing in Kievan notation (issue 6684051)

2012-10-16 Thread Benkő Pál
The presence of a long syllable in the lyrics makes the left_col-extent larger than spring.min_distance(). Manipulating the SpacingSpanner properties has no effect -- the extraneous space is still there. long syllables are a general problem, see Janek's GSoC list, it shouldn't be solved this

Re: Update contributors. (issue 6689045)

2012-10-16 Thread Julien Rioux
On Mon, Oct 15, 2012 at 5:18 PM, gra...@percival-music.ca wrote: Sorry, there's a bit of confusion here. The past policy was: Thanks, I've updated the file to clarify the policy and made sure that I do not move contributors from past to current but simply add them to current. Cheers, Julien

Re: Update contributors. (issue 6689045)

2012-10-16 Thread marc
The policy clarification LGTM, some minor nitpicks below: http://codereview.appspot.com/6689045/diff/4001/Documentation/included/authors.itexi File Documentation/included/authors.itexi (right): http://codereview.appspot.com/6689045/diff/4001/Documentation/included/authors.itexi#newcode315

Re: Naming _another_ lacking puzzle piece

2012-10-16 Thread David Kastrup
Joe Neeman joenee...@gmail.com writes: On Sun, Oct 14, 2012 at 5:19 AM, David Kastrup d...@gnu.org wrote: You are viewing this from the stack angle. But that is a complex view already. The actual user view is A. \override sets a context-specific property value

Re: How to proceed

2012-10-16 Thread Janek Warchoł
On Tue, Oct 16, 2012 at 2:44 AM, David Kastrup d...@gnu.org wrote: [...] A coherent set of choices governed by a particular patterning may be called design. Letting choices be made individually by a democratic process will favor varying concepts of simplicity on a detail level while breaking

Re: Naming _another_ lacking puzzle piece

2012-10-16 Thread Joe Neeman
On Sun, Oct 14, 2012 at 1:26 PM, David Kastrup d...@gnu.org wrote: Joe Neeman joenee...@gmail.com writes: On Sun, Oct 14, 2012 at 5:19 AM, David Kastrup d...@gnu.org wrote: You are viewing this from the stack angle. But that is a complex view already. The actual user view is

Re: Naming _another_ lacking puzzle piece

2012-10-16 Thread David Kastrup
Joe Neeman joenee...@gmail.com writes: But now that we are giving a hook into push, I think that the non-pushing default of override will cause problems. I consider it utterly ludicrous that the mere availability of \temporary will magically cause problems with the existing usage of \override,

Re: Naming _another_ lacking puzzle piece

2012-10-16 Thread Joe Neeman
On Tue, Oct 16, 2012 at 10:21 AM, David Kastrup d...@gnu.org wrote: Joe Neeman joenee...@gmail.com writes: But now that we are giving a hook into push, I think that the non-pushing default of override will cause problems. I consider it utterly ludicrous that the mere availability of

problem uploading a patch

2012-10-16 Thread David Nalesnik
Hi, I'm trying to upload a patch created in a branch to Rietveld, but I seem to be creating an unholy mess. I attempted to run git-cl upload master within my branch, but I end up with a huge list of recent commits not my own. The same thing happened when I ran git format-patch master and

Re: Fix extra spacing in Kievan notation (issue 6684051)

2012-10-16 Thread aleksandr . andreev
On 2012/10/16 08:14:17, benko.pal wrote: The presence of a long syllable in the lyrics makes the left_col-extent larger than spring.min_distance(). Manipulating the SpacingSpanner properties has no effect -- the extraneous space is still there. long syllables are a general problem, see

Re: problem uploading a patch

2012-10-16 Thread Phil Holmes
- Original Message - From: David Nalesnik david.nales...@gmail.com To: Lilypond Dev lilypond-devel@gnu.org Sent: Tuesday, October 16, 2012 8:56 PM Subject: problem uploading a patch Hi, I'm trying to upload a patch created in a branch to Rietveld, but I seem to be creating an unholy

Re: problem uploading a patch

2012-10-16 Thread David Nalesnik
Hi Phil, On Tue, Oct 16, 2012 at 3:11 PM, Phil Holmes [...] If you have a record of changes you've made, then I tend to use git reset --hard origin/master which takes you back to the current state of master, and then git am your.patch which applies the patch you have. Follow this

Re: problem uploading a patch

2012-10-16 Thread David Nalesnik
Hi Phil. david@david-desktop ~/lilypond-git (dev/measure_counter)$ git cl issue 2445 Issue number: 2445 (http://codereview.appspot.com/2445) david@david-desktop ~/lilypond-git (dev/measure_counter)$ git cl upload Unable to determine default branch to diff against. Either pass complete git

Re: problem uploading a patch

2012-10-16 Thread David Kastrup
David Nalesnik david.nales...@gmail.com writes: Hi, I'm trying to upload a patch created in a branch to Rietveld, but I seem to be creating an unholy mess. I attempted to run git-cl upload master within my branch, but I end up with a huge list of recent commits not my own. The same thing