git push doesn't work

2012-07-27 Thread Marc Hohl
Hi list, this is the time for my first patch to be pushed by myself ;-) ... and it doesn't work. I followed the instructions at http://lilypond.org/doc/v2.15/Documentation/contributor/git-for-the-impatient My work is on barlineI, so I did (on master) git pull git checkout barlineI git rebase

Re: git push doesn't work

2012-07-27 Thread David Kastrup
Marc Hohl m...@hohlart.de writes: this is the time for my first patch to be pushed by myself ;-) ... and it doesn't work. I followed the instructions at http://lilypond.org/doc/v2.15/Documentation/contributor/git-for-the-impatient My work is on barlineI, so I did (on master) git pull

Re: git push doesn't work

2012-07-27 Thread Marc Hohl
Am 27.07.2012 08:45, schrieb David Kastrup: Marc Hohl m...@hohlart.de writes: this is the time for my first patch to be pushed by myself ;-) ... and it doesn't work. I followed the instructions at http://lilypond.org/doc/v2.15/Documentation/contributor/git-for-the-impatient My work is on

Re: git push doesn't work

2012-07-27 Thread David Kastrup
Marc Hohl m...@hohlart.de writes: [remote origin] url = git://git.sv.gnu.org/lilypond.git/ fetch = +refs/heads/master:refs/remotes/origin/master fetch = +refs/heads/staging:refs/remotes/origin/staging So I think I am not using http, right? It is not an authenticated protocal

Re: git push doesn't work

2012-07-27 Thread Marc Hohl
Am 27.07.2012 09:01, schrieb David Kastrup: Marc Hohl m...@hohlart.de writes: [remote origin] url = git://git.sv.gnu.org/lilypond.git/ fetch = +refs/heads/master:refs/remotes/origin/master fetch = +refs/heads/staging:refs/remotes/origin/staging So I think I am not using http,

Re: git push doesn't work

2012-07-27 Thread Trevor Daniels
Marc Hohl wrote Friday, July 27, 2012 8:11 AM I must admit that I am not very familiarwith the whole ssh stuff – is there anything I can do to make it work? The git instructions on http://lilypond.org/doc/v2.15/Documentation/contributor don't seem to cover the ssh protocol in combination

Re: git push doesn't work

2012-07-27 Thread Marc Hohl
Am 27.07.2012 09:16, schrieb Trevor Daniels: Marc Hohl wrote Friday, July 27, 2012 8:11 AM I must admit that I am not very familiarwith the whole ssh stuff – is there anything I can do to make it work? The git instructions on http://lilypond.org/doc/v2.15/Documentation/contributor don't seem

Doc: correct warning re tied chords (2690) (issue 6427058)

2012-07-27 Thread tdanielsmusic
Reviewers: , Message: Pushed to staging as 3573a92d92728dc8d6452e5cd3cfba73e49e6990 Closing Description: Doc: correct warning re tied chords (2690) Restore original wording which restricts this warning to the control points of ties Please review this at http://codereview.appspot.com/6427058/

Re: GOP2-3 - GLISS or not

2012-07-27 Thread Joseph Rushton Wakeling
Just realized I sent my original reply straight to Graham and not to the list -- sorry for the double email :-( On 26/07/12 19:19, Graham Percival wrote: I should add some more context. I've just remembered that we have a tutorial (don't ask me how I forgot), and that covers pretty much what

Re: git push doesn't work

2012-07-27 Thread Phil Holmes
- Original Message - From: Marc Hohl m...@hohlart.de To: Trevor Daniels t.dani...@treda.co.uk Cc: David Kastrup d...@gnu.org; lilypond-devel@gnu.org Sent: Friday, July 27, 2012 8:28 AM Subject: Re: git push doesn't work I have saved my public key on savannah, and the instructions say

Re: GOP2-3 - GLISS or not

2012-07-27 Thread Graham Percival
On Fri, Jul 27, 2012 at 08:54:47AM +0100, Joseph Rushton Wakeling wrote: On 26/07/12 19:19, Graham Percival wrote: I should add some more context. I've just remembered that we have a tutorial (don't ask me how I forgot), and that covers pretty much what I was thinking about really simple

Re: git push doesn't work

2012-07-27 Thread Marc Hohl
Am 27.07.2012 11:07, schrieb Phil Holmes: - Original Message - From: Marc Hohl m...@hohlart.de To: Trevor Daniels t.dani...@treda.co.uk Cc: David Kastrup d...@gnu.org; lilypond-devel@gnu.org Sent: Friday, July 27, 2012 8:28 AM Subject: Re: git push doesn't work I have saved my public

Re: clarify \header variables (2640) (issue 6456047)

2012-07-27 Thread Trevor Daniels
Phil, you wrote Friday, July 27, 2012 11:02 AM Compiles fine, AFAICS. See the attached. Thanks Phil. Trevor ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: git push doesn't work

2012-07-27 Thread David Kastrup
Marc Hohl m...@hohlart.de writes: After Trevor's mail, I found out that I already *had* .ssh/config|id_rsa|id_rsa.pub etc. due to some ssh connections to other servers a friend of mine created for me (I was sitting next to him, but apparently he can type commands faster than I could think,

Re: git push doesn't work

2012-07-27 Thread Marc Hohl
Am 27.07.2012 12:28, schrieb David Kastrup: Marc Hohl m...@hohlart.de writes: After Trevor's mail, I found out that I already *had* .ssh/config|id_rsa|id_rsa.pub etc. due to some ssh connections to other servers a friend of mine created for me (I was sitting next to him, but apparently he can

Re: git push doesn't work

2012-07-27 Thread David Kastrup
David Kastrup d...@gnu.org writes: Try calling ssh -v -v username@git.sv.gnu.org/srv/git/lilypond This won't ever get you in (because you are not allowed to execute a normal shell), but it should fail in more informative ways. Oops. Of course just ssh -v -v username@git.sv.gnu.org --

Re: git push doesn't work

2012-07-27 Thread Marc Hohl
Am 27.07.2012 12:35, schrieb David Kastrup: David Kastrup d...@gnu.org writes: Try calling ssh -v -v username@git.sv.gnu.org/srv/git/lilypond This won't ever get you in (because you are not allowed to execute a normal shell), but it should fail in more informative ways. Oops. Of course

Re: Issue 1650: Multiple header blocks shall be merged rather than replace a previous one (issue 6441058)

2012-07-27 Thread reinhold . kainhofer
Reviewers: dak, Message: On 2012/07/27 05:10:50, dak wrote: I think this is the wrong way to do things since you can't refer to old header values when defining the new one. Instead, you should start with the definition you are adding things to, like LAYOUT and similar do. So that

Re: git push doesn't work

2012-07-27 Thread David Kastrup
Marc Hohl m...@hohlart.de writes: Am 27.07.2012 12:35, schrieb David Kastrup: David Kastrup d...@gnu.org writes: Try calling ssh -v -v username@git.sv.gnu.org/srv/git/lilypond This won't ever get you in (because you are not allowed to execute a normal shell), but it should fail in more

Re: Instrument names

2012-07-27 Thread Graham Percival
On Thu, Jul 26, 2012 at 02:32:42AM +, Keith OHara wrote: Phil Holmes email at philholmes.net writes: So it would be easy to add something to the indent here to take account of intrument names. The InstrumentName spanners can change when an instrument changes, or whenever the user

Doc: fixed 3/4 snippets in German NR (issue 2401) (issue 6447043)

2012-07-27 Thread graham
LGTM http://codereview.appspot.com/6447043/diff/1/Documentation/de/notation/rhythms.itely File Documentation/de/notation/rhythms.itely (right): http://codereview.appspot.com/6447043/diff/1/Documentation/de/notation/rhythms.itely#newcode2271 Documentation/de/notation/rhythms.itely:2271: % by

Re: GOP2-3 - GLISS or not

2012-07-27 Thread Joseph Rushton Wakeling
On 27/07/12 11:11, Graham Percival wrote: Think of the stable notation as a subset, not the complete set. Yes, fair enough -- it's very likely changes can be done additively and if not for the traditional syntax to be maintained as syntactic sugar. Hmm. I'll have to think about this more.

Re: LilyPond developeruser meeting in Waltrop, August 24th to 28th

2012-07-27 Thread Graham Percival
On Fri, Jul 20, 2012 at 10:40:30PM +0200, David Kastrup wrote: Location is Waltrop near Dortmund in Germany, date is August 24th to 28th. Here is the web site, and the agenda for starters. URL:http://news.lilynet.net/?LilyPond-meeting-in-Waltrop To get the ball rolling, I'm flying in to

Re: Instrument names

2012-07-27 Thread Phil Holmes
- Original Message - From: Graham Percival gra...@percival-music.ca To: Keith OHara k-ohara5...@oco.net Cc: lilypond-devel@gnu.org Sent: Friday, July 27, 2012 12:48 PM Subject: Re: Instrument names On Thu, Jul 26, 2012 at 02:32:42AM +, Keith OHara wrote: Phil Holmes email at

Re: GOP2-3 - GLISS or not

2012-07-27 Thread Han-Wen Nienhuys
On Tue, Jul 24, 2012 at 6:09 AM, Graham Percival gra...@percival-music.ca wrote: This summer hasn't been going as I'd hoped -- heh, who am I kidding, this whole year hasn't been going as I'd hoped. Anyway, we seem to have radically different concepts of what input stabilization might mean, or

Re: Instrument names

2012-07-27 Thread Phil Holmes
-- Phil Holmes - Original Message - From: Phil Holmes m...@philholmes.net To: Graham Percival gra...@percival-music.ca; Keith OHara k-ohara5...@oco.net Cc: lilypond-devel@gnu.org Sent: Friday, July 27, 2012 2:41 PM Subject: Re: Instrument names - Original Message - From:

Re: Instrument names

2012-07-27 Thread Phil Holmes
- Original Message - From: Keith OHara k-ohara5...@oco.net To: lilypond-devel@gnu.org Sent: Thursday, July 26, 2012 3:32 AM Subject: Re: Instrument names Phil Holmes email at philholmes.net writes: I've done the looking into the code that I can manage. I know that indents are

Re: Doc: fixed 3/4 snippets in German NR (issue 2401) (issue 6447043)

2012-07-27 Thread Frédéric Bron
http://codereview.appspot.com/6447043/diff/1/Documentation/de/notation/rhythms.itely#newcode2271 Documentation/de/notation/rhythms.itely:2271: % by default we beam in (6) due to beamExceptions are you sure you don't want German comments here? Only Japanese has japanese comments, all other

Re: git push doesn't work

2012-07-27 Thread Trevor Daniels
Marc If git push is still not working one thing to check is how you copied your public key to Savannah. It must contain no embedded newlines, so you need to display it using a program that doesn't word-wrap. If that's not the problem try generating another key. I think many of us had to do

Re: Fixes all black bars in NR (issue 6345088)

2012-07-27 Thread Bernard Hurley
On Tue, Jul 24, 2012 at 04:45:51AM +0200, Werner LEMBERG wrote: There are *zero* chances that CJK support (probably based on my package) will ever be added to texinfo for the original tex or pdftex engine. I suspected this might be the case. With XeTeX and luatex, native CJK support

Re: GOP2-3 - GLISS or not

2012-07-27 Thread Werner LEMBERG
This is kind of the nub of the issue. I agree that the notation for staff pitches (and octaves) is going to remain stable -- but I'm _not_ convinced that you can guarantee stability for accidentals or durations. At least for German, the current syntax is the only good one IMHO, both for

Re: git push doesn't work

2012-07-27 Thread Werner LEMBERG
It did not accept your key. Sure you uploaded the _public_ key to Savannah and it got accepted? Be careful of newlines accidentally inserted in the public key while entering it in the web interface! Werner ___ lilypond-devel mailing list

Re: GOP2-3 - GLISS or not

2012-07-27 Thread David Kastrup
Werner LEMBERG w...@gnu.org writes: This is kind of the nub of the issue. I agree that the notation for staff pitches (and octaves) is going to remain stable -- but I'm _not_ convinced that you can guarantee stability for accidentals or durations. At least for German, the current syntax is

Re: scheme spanner in input/regression/scheme-text-spanner.ly not quote-proof

2012-07-27 Thread David Kastrup
Reinhold Kainhofer reinh...@kainhofer.com writes: The text spanner implemented in scheme (which is also used as a basis for David's measure counter engraver) seems to work fine in the regtest, but apparently it is not quote-proof. In particular, if you try call \addQuote on some music that

Re: git push doesn't work

2012-07-27 Thread Colin Campbell
On 12-07-27 10:25 PM, Werner LEMBERG wrote: It did not accept your key. Sure you uploaded the _public_ key to Savannah and it got accepted? Be careful of newlines accidentally inserted in the public key while entering it in the web interface! Werner Opening the key file with