Re: SSH protocol -- only for project members?

2009-12-21 Thread Trevor Daniels
Mark Polesky wrote Monday, December 21, 2009 3:37 AM In CG 1.1.6 Other locations for git, this is listed as a location for the LP repo: ssh://git.sv.gnu.org/srv/git/lilypond.git Can only project members pull from it? Or can anyone, provided SSH is set up properly (whatever that means)?

Re: [frogs] Patch for Issue #830

2009-12-21 Thread Trevor Daniels
Mark Polesky wrote Monday, December 21, 2009 1:42 AM Trevor Daniels wrote: Actually, I don't think rebase is mentioned in the CG. I can't see it on a quick trawl. It should be, as a branch should be rebased before a patch is generated from it if master has been updated since the branch was

Re: Alternative music font

2009-12-21 Thread Marc Hohl
Carl Sorensen schrieb: Jan Nieuwenhuizen janneke-list at xs4all.nl writes: Op maandag 19-10-2009 om 15:33 uur [tijdzone +0100], schreef Simon Tatham: It's interesting that you should mention that: that actually reminds me of one of my specific issues with Feta, namely that the curved

Re: Build failure on OS X: error: template class without a name

2009-12-21 Thread Nicolas Sceaux
Le 15 déc. 2009 à 07:20, Patrick McCarty a écrit : On 2009-12-14, Harmath Dénes wrote: On 2009.12.13., at 20:31, Patrick McCarty wrote: 2009/12/12 Harmath Dénes harmathde...@gmail.com: And yes, this solved the problem! You're right, flex is among the dependencies. Concluding it, I think

Re: Emacs indenting script

2009-12-21 Thread Mats Bengtsson
I tried it here and it works well. Try the following: - Start emacs with the scm file: emacs myfile.scm - If Emacs just shows a welcoming screen, press CTRL-g. - On the status line towards the bottom of the window, it should say myfile.scm ... (Scheme) If it doesn't say

Re: Build failure on OS X: error: template class without a name

2009-12-21 Thread Harmath Dénes
Tried it, compiles fine for me on Linux (the Lilybuntu virtual machine). Thanks! thSoft On 2009.12.21., at 12:42, Nicolas Sceaux wrote: I've commited a fix. I hope it does not break things on other platforms... If it does, please revert patch 6b78efc2ea0cb064850c264ff225d9930353a178. Huh,

Re: SSH protocol -- only for project members?

2009-12-21 Thread Carl Sorensen
On 12/20/09 8:37 PM, Mark Polesky markpole...@yahoo.com wrote: In CG 1.1.6 Other locations for git, this is listed as a location for the LP repo: ssh://git.sv.gnu.org/srv/git/lilypond.git Can only project members pull from it? Or can anyone, provided SSH is set up properly (whatever

Re: Add option to indicate frets by letters in tablature (issue164063)

2009-12-21 Thread Carl Sorensen
On 12/21/09 1:55 AM, Trevor Daniels t.dani...@treda.co.uk wrote: Carl Sorensen wrote Monday, December 21, 2009 12:58 AM I've never had anybody turn down a patch by me because I had the wrong number of indents, ore even call me on it, because the rules are not well enough understood

Re: Alternative music font

2009-12-21 Thread Han-Wen Nienhuys
On Mon, Dec 21, 2009 at 8:08 AM, Marc Hohl m...@hohlart.de wrote: It's interesting that you should mention that: that actually reminds me of one of my specific issues with Feta, namely that the curved centre line of its treble clef _does_ make it look to me as if it's leaning over backwards.

Re: Alternative music font

2009-12-21 Thread Carl Sorensen
On 12/21/09 3:08 AM, Marc Hohl m...@hohlart.de wrote: Carl Sorensen schrieb: Jan Nieuwenhuizen janneke-list at xs4all.nl writes: Op maandag 19-10-2009 om 15:33 uur [tijdzone +0100], schreef Simon Tatham: It's interesting that you should mention that: that actually reminds me

Re: SSH protocol -- only for project members?

2009-12-21 Thread Trevor Daniels
Carl Sorensen wrote Monday, December 21, 2009 1:44 PM You can find out more about ssh on windows by searching for windows ssh client. PuTTY is probably the most common ssh client for Windows, in my experience. I never managed to make PuTTY work with savannah and git. None of the key pairs

Re: Manual interface broken on make doc on my system

2009-12-21 Thread Graham Percival
On Sun, Dec 20, 2009 at 10:04:50PM -0700, Carl Sorensen wrote: But when I click on the link for the 2.13.9 manuals, I get this link only contains the words The node you are looking for is at Development, and the Development link points to the same page. Intresting; I only saw this when I

Re: [frogs] Patch for Issue #830

2009-12-21 Thread Graham Percival
On Mon, Dec 21, 2009 at 12:56:51AM -, Trevor Daniels wrote: Graham Percival wrote Sunday, December 20, 2009 11:13 PM git rebase --whitespace=fix master mymods Can that be written as a universal preference? and added to CG 1.1? (I think it's that section; it might have moved)

Re: the name of your repo directory?

2009-12-21 Thread Graham Percival
On Mon, Dec 21, 2009 at 06:52:18AM -0700, Carl Sorensen wrote: On 12/20/09 11:06 PM, Mark Polesky markpole...@yahoo.com wrote: In reality, contributors working with both branches should have them in the same directory, right? There's no need for having two repos, one for each branch,

Re: [frogs] Patch for Issue #830

2009-12-21 Thread Trevor Daniels
Graham Percival wrote Monday, December 21, 2009 2:46 PM On Mon, Dec 21, 2009 at 12:56:51AM -, Trevor Daniels wrote: Graham Percival wrote Sunday, December 20, 2009 11:13 PM git rebase --whitespace=fix master mymods Can that be written as a universal preference? and added to CG 1.1?

Re: [frogs] Patch for Issue #830

2009-12-21 Thread Graham Percival
On Mon, Dec 21, 2009 at 3:08 PM, Trevor Daniels t.dani...@treda.co.uk wrote: Graham Percival wrote Monday, December 21, 2009 2:46 PM git rebase --whitespace=fix master mymods If git can be configured to automatically fix whitespaces, then I'll copypaste the command and then stop pushing

Re: [frogs] Patch for Issue #830

2009-12-21 Thread Carl Sorensen
On 12/21/09 8:08 AM, Trevor Daniels t.dani...@treda.co.uk wrote: Graham Percival wrote Monday, December 21, 2009 2:46 PM On Mon, Dec 21, 2009 at 12:56:51AM -, Trevor Daniels wrote: Graham Percival wrote Sunday, December 20, 2009 11:13 PM git rebase --whitespace=fix master

Re: Emacs indenting script

2009-12-21 Thread Trevor Daniels
Mats, you wrote Monday, December 21, 2009 12:40 PM I tried it here and it works well. Try the following: - Start emacs with the scm file: emacs myfile.scm - If Emacs just shows a welcoming screen, press CTRL-g. - On the status line towards the bottom of the window, it should say

Make doc error 2.13.10

2009-12-21 Thread Colin Campbell
Good morning, all After building LP 2.13.10 from git, I wanted an HTML copy of the docs, so I cd to /Documentation and did make doc. The result was a segfault: [feta-alphabet20_7.029296875]Segmentation fault command failed: /home/colin/lilypond/out/bin/lilypond -dbackend=eps

Re: [frogs] Patch for Issue #830

2009-12-21 Thread Trevor Daniels
Graham Percival wrote Monday, December 21, 2009 3:18 PM On Mon, Dec 21, 2009 at 3:08 PM, Trevor Daniels t.dani...@treda.co.uk wrote: Graham Percival wrote Monday, December 21, 2009 2:46 PM git rebase --whitespace=fix master mymods If git can be configured to automatically fix

Re: [frogs] Patch for Issue #830

2009-12-21 Thread Trevor Daniels
Carl Sorensen wrote c_soren...@byu.edu On 12/21/09 8:08 AM, Trevor Daniels t.dani...@treda.co.uk wrote: As far as I know it can't. The rebase command rebases one git branch on another, so you have to be using branches to take advantage of it. Rebase combines all the changes between two

Re: Make doc error 2.13.10

2009-12-21 Thread Graham Percival
On Mon, Dec 21, 2009 at 3:33 PM, Colin Campbell c...@shaw.ca wrote: /home/colin/lilypond/out/lybook-db/snippet-names-5301286380616983105.ly The error is repeatable, at least to the extent that it has died the same way twice. I looked at each of the files in snippet-names-530...105.ly but

Re: Make doc error 2.13.10

2009-12-21 Thread Trevor Daniels
Colin Campbell wrote Monday, December 21, 2009 3:33 PM After building LP 2.13.10 from git, I wanted an HTML copy of the docs, so I cd to /Documentation and did make doc. The result was a segfault: Try make doc in the directory above /Documentation, whatever you chose to call it. Trevor

Re: Make doc error 2.13.10

2009-12-21 Thread Graham Percival
On Mon, Dec 21, 2009 at 4:18 PM, Trevor Daniels t.dani...@treda.co.uk wrote: Colin Campbell wrote Monday, December 21, 2009 3:33 PM After building LP 2.13.10 from git, I wanted an HTML copy of the docs, so I cd to /Documentation and did make doc. The result was a segfault: Try make doc in

Re: Make doc error 2.13.10

2009-12-21 Thread Graham Percival
On Mon, Dec 21, 2009 at 4:26 PM, Graham Percival gra...@percival-music.ca wrote: On Mon, Dec 21, 2009 at 4:18 PM, Trevor Daniels t.dani...@treda.co.uk wrote: I'm trying a full rebuild now; I'm getting some errors, but I'm not certain if they're just the expected random errors from using

Re: [frogs] Patch for Issue #830

2009-12-21 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 21. Dezember 2009 17:11:54 schrieb Trevor Daniels: Carl Sorensen wrote c_soren...@byu.edu so you can do git rebase --whitespace=fix HEAD^ Hhm. I don't think this works. The whitespace option is simply passed to apply for

Re: Make doc error 2.13.10

2009-12-21 Thread David Kastrup
Graham Percival gra...@percival-music.ca writes: On Mon, Dec 21, 2009 at 4:18 PM, Trevor Daniels t.dani...@treda.co.uk wrote: Colin Campbell wrote Monday, December 21, 2009 3:33 PM After building LP 2.13.10 from git, I wanted an HTML copy of the docs, so I cd to /Documentation and did make

Re: [frogs] Patch for Issue #830

2009-12-21 Thread Graham Percival
On Sun, Dec 20, 2009 at 9:33 PM, Marc Hohl m...@hohlart.de wrote: Graham Percival schrieb: There's some git command that removes whitespaces at the end of lines.  There's also a tracker issue to find a command (ideally with python, maybe?) that removes those whitespaces.  Either it's a hard

Re: Make doc error 2.13.10

2009-12-21 Thread Joe Neeman
On Mon, 2009-12-21 at 16:34 +, Graham Percival wrote: On Mon, Dec 21, 2009 at 4:26 PM, Graham Percival gra...@percival-music.ca wrote: On Mon, Dec 21, 2009 at 4:18 PM, Trevor Daniels t.dani...@treda.co.uk wrote: I'm trying a full rebuild now; I'm getting some errors, but I'm not

Removing trailing whitespace [was Re: [frogs] Patch for Issue #830]

2009-12-21 Thread Trevor Daniels
Carl Sorensen wrote Monday, December 21, 2009 4:41 PM On 12/21/09 9:11 AM, Trevor Daniels t.dani...@treda.co.uk wrote: Carl Sorensen wrote c_soren...@byu.edu so you can do git rebase --whitespace=fix HEAD^ Hhm. I don't think this works. The whitespace option is simply passed to apply

Re: [frogs] Patch for Issue #830

2009-12-21 Thread Trevor Daniels
Reinhold, you wrote Monday, December 21, 2009 4:37 PM Please note the ^ in the command, which means the commit **before** HEAD, so this command takes all commits since HEAD-1 (i.e. it takes only the last patch) and corrects all trailing whitespace in it. You're right - I'd missed that.

scripts/auxiliary/strip-whitespace.py

2009-12-21 Thread Graham Percival
Could somebody add this to the CG? The beginning of the producing a patch would be good, I think, but I'm not certain where that fits into Mark's restructuring. Cheers, - Graham ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: Make doc error 2.13.10

2009-12-21 Thread Graham Percival
Thanks Joe, I can confirm that a doc build from scratch (with that patch) works. Colin: sorry for the rocky introduction; this normally doesn't happen. Update git (git pull -r, or the gui, or whatever) and try again. :) Cheers, - Graham On Mon, Dec 21, 2009 at 5:08 PM, Joe Neeman

Re: issue classification debate

2009-12-21 Thread Graham Percival
On Sun, Dec 13, 2009 at 11:53 AM, Graham Percival gra...@percival-music.ca wrote: I wanted to wait until GOP started, but it seems there's a lot of interest in this now.  Here's my proposed new classifications for issues. Apparently there wasn't all _that_ much interest. I've updated the

Re: Alternative music font

2009-12-21 Thread Carl Sorensen
On 12/21/09 1:52 PM, Marc Hohl m...@hohlart.de wrote: [...] I like it much better. But I think that the bulb on the bottom of the clef needs to shift slightly to the right with this change. Like the attached one? You may use the pdf file for a printout. This may be a bit too much

Re: [frogs] Patch for Issue #830

2009-12-21 Thread Carl Sorensen
On 12/20/09 1:57 PM, James Lowe james.l...@datacore.com wrote: One recommendation: every time you modify a source file, run a macro or something to trim the trailing whitespaces As someone who wouldn't know what to run and who does get this occasionally in doc patches I push, can someone

New template for 'lilypond' made available

2009-12-21 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. (If you have any questions, send them to coordina...@translationproject.org.) A new POT file for textual domain 'lilypond' has been made available to the language teams for translation. It is archived as:

Re: the name of your repo directory?

2009-12-21 Thread John Mandereau
Hi Mark, Le dimanche 20 décembre 2009 à 22:06 -0800, Mark Polesky a écrit : $ mkdir lilypond; cd lilypond $ git init $ mkdir lilypond-translation; cd lilypond-translation $ git init Although I already read this section in the CG, I missed this detail you're pointing out. If you're still

Re: [frogs] Patch for Issue #830

2009-12-21 Thread Mark Polesky
Marc Hohl wrote: I found something useful here: http://code.google.com/p/pymc/issues/detail?id=230 The program is simple but seems to work: Why not use a sed one-liner? sed -i 's/[ \t]*$//' filename * $ echo -e Trailing spaces: \nTrailing tabs:\t\t ws-test $ cat -A ws-test Trailing

Re: [frogs] Patch for Issue #830

2009-12-21 Thread Graham Percival
On Mon, Dec 21, 2009 at 02:10:15PM -0800, Mark Polesky wrote: Marc Hohl wrote: I found something useful here: http://code.google.com/p/pymc/issues/detail?id=230 The program is simple but seems to work: Why not use a sed one-liner? Because not all OSes have sed. And even those that

Re: New template for 'lilypond' made available

2009-12-21 Thread Francisco Vila
2009/12/21 Translation Project Robot ro...@translationproject.org: A new POT file for textual domain 'lilypond' has been made available to the language teams for translation.  It is archived as:    http://translationproject.org/POT-files/lilypond-2.13.7.pot We the four main languages are at

different height of `m' and `p'

2009-12-21 Thread Werner LEMBERG
Han-Wen, do you remember why the dynamic signs `m' and `p' have a different height? Ditto for essentially all other dynamic signs. At small resolutions this looks really bad due to the PostScript hints applied by FontForge... Werner ___