Re: Please fix: japanese doc compilation

2009-01-18 Thread John Mandereau
Hi Han-Wen, Han-Wen Nienhuys a écrit : someone added a japanese translation of the docs, but after enabling it (so it is distributed), I get error (see below). Can someone fix this, or disable the translation? This is a blocking issue for releasing 2.12.2. I suggest not to enable it or revert

Please fix: japanese doc compilation

2009-01-18 Thread Han-Wen Nienhuys
Hi, someone added a japanese translation of the docs, but after enabling it (so it is distributed), I get error (see below). Can someone fix this, or disable the translation? This is a blocking issue for releasing 2.12.2. (/home/lilydev/vc/gub/target/linux-x86/build/lilypond-localhost--home-li

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Patrick McCarty
On Sun, Jan 18, 2009 at 10:02:35PM +0100, Francisco Vila wrote: > 2009/1/18 Patrick McCarty : > > The most important thing about git commands that we should be > > *absolutely* consistent about is this: > > > > (1) git-format-patch origin > > > > ...versus... > > > > (2) git format-patch origin > >

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Francisco Vila
2009/1/18 Patrick McCarty : > The most important thing about git commands that we should be > *absolutely* consistent about is this: > > (1) git-format-patch origin > > ...versus... > > (2) git format-patch origin > > Out of the box, command (1) will only work for Git versions < 1.6.*, > and comman

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Patrick McCarty
On Sun, Jan 18, 2009 at 09:25:13PM +0800, Graham Percival wrote: > It's just past 9pm local time on Sunday. I went to university, > took some pictures, got sucked into work and being polite to my > supervisor, had dinner and bought breakfast for the next few days, > and had a shower. Let's face i

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Jonathan Kulp
Graham Percival wrote: On Sun, Jan 18, 2009 at 10:33:47AM -0600, Jonathan Kulp wrote: http://kainhofer.com/~lilypond/Documentation/devel/contrib-guide/Website-source-code.html#Website-source-code The first command here creates a dir "lilypod-web" instead of "lilypond-web" Please fix -- you ha

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Maximilian Albert
2009/1/18 Graham Percival : > I've had problems with just "git pull"... > >> This only applies if there are no local changes, though. > > ... ah, for precisely for this reason. :) > >> In case there are, then issuing >> either command produces a merge commit so that the commit graph now >> looks

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Graham Percival
On Sun, Jan 18, 2009 at 10:33:47AM -0600, Jonathan Kulp wrote: > http://kainhofer.com/~lilypond/Documentation/devel/contrib-guide/Website-source-code.html#Website-source-code > > The first command here creates a dir "lilypod-web" instead of "lilypond-web" Please fix -- you have git access, right?

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Graham Percival
On Sun, Jan 18, 2009 at 03:39:16PM -, Trevor Daniels wrote: > > Graham, you wrote Sunday, January 18, 2009 1:25 PM > >> MEDIUM PRIORITY: >> CG 1 git >> - Trevor, you are volunteered to perfect CG 1.5 > > I did this last week, unless someone points out what is > wrong with it. Well, "perfect do

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Graham Percival
On Sun, Jan 18, 2009 at 04:27:00PM +0100, Maximilian Albert wrote: > 2009/1/18 Graham Percival : > > By "work fine", I also want to know that: > > - future pulls work with simply "git pull" or "git pull origin" > > (whatever is listed in that section) > > - creating patches works with whatever the

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Graham Percival
On Sun, Jan 18, 2009 at 04:18:24PM +0100, Reinhold Kainhofer wrote: > I suppose it should rather be >git-format-patch origin > for one patch for each local commit or >git-format-patch HEAD^1 > for just the last local commit. Let's go with git-format-patch origin We don't want new cont

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Jonathan Kulp
Graham Percival wrote: HIGH PRIORITY: - can somebody maoing check the maoing git commands in CG 1 already? Either somebody with a big internet connection, or somebody who knows git so intimiately that he can state with absolute certainty that the commands work. Running Ubuntu 8.04 Che

Re: LilyPond for Vista

2009-01-18 Thread Francisco Vila
2009/1/18 Valentin Villenave : > 2009/1/18 John : > >> My operating system is Windows Vista. I noticed there isn't a LilyPond >> version >> for Vista yet. >> Is that true? Or will the Windows XP version work on Vista? > > Yes it will. (If it's 64-bits Vista, it will run as 32 bits). I think we sh

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Trevor Daniels
Graham, you wrote Sunday, January 18, 2009 1:25 PM MEDIUM PRIORITY: CG 1 git - Trevor, you are volunteered to perfect CG 1.5 I did this last week, unless someone points out what is wrong with it. - Jonathan, you are volunteered to perfect the rest of CG 1. If you want to check the @exampl

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Maximilian Albert
2009/1/18 Reinhold Kainhofer : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Am Sonntag, 18. Januar 2009 15:47:34 schrieb Maximilian Albert: >> 1.3.1: AFAICT the second command "git-format-patch HEAD" doesn't do >> anything because HEAD is the latest commit the user did, i.e., it >> already

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Maximilian Albert
2009/1/18 Graham Percival : > On Sun, Jan 18, 2009 at 03:47:34PM +0100, Maximilian Albert wrote: >> 2009/1/18 Graham Percival : >> >> > - can somebody maoing check the maoing git commands in CG 1 >> > already? Either somebody with a big internet connection, or >> >> Done. All of them work fine (b

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Sonntag, 18. Januar 2009 15:47:34 schrieb Maximilian Albert: > 1.3.1: AFAICT the second command "git-format-patch HEAD" doesn't do > anything because HEAD is the latest commit the user did, i.e., it > already includes his changes. Thus there is no d

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Carl D. Sorensen
On 1/18/09 6:25 AM, "Graham Percival" wrote: > > CG 7 programming > - Carl, this is your domain. Add whatever the Frogs need to know. > CG 7.4 will require input from Werner, but only once we've > caught up on other stuff. > OK, I'll continue with my work on CG 7. Carl

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Graham Percival
On Sun, Jan 18, 2009 at 03:47:34PM +0100, Maximilian Albert wrote: > 2009/1/18 Graham Percival : > > > - can somebody maoing check the maoing git commands in CG 1 > > already? Either somebody with a big internet connection, or > > Done. All of them work fine (but se the comment on 1.3.1 below).

Re: Contributor Guide "volunteers" needed

2009-01-18 Thread Maximilian Albert
2009/1/18 Graham Percival : > HIGH PRIORITY: > - can somebody maoing check the maoing git commands in CG 1 > already? Either somebody with a big internet connection, or > somebody who knows git so intimiately that he can state with > absolute certainty that the commands work. Done. All of the

Re: LilyPond for Vista

2009-01-18 Thread Valentin Villenave
2009/1/18 John : > My operating system is Windows Vista. I noticed there isn't a LilyPond version > for Vista yet. > Is that true? Or will the Windows XP version work on Vista? Yes it will. (If it's 64-bits Vista, it will run as 32 bits). Cheers, Valentin __

LilyPond for Vista

2009-01-18 Thread John
Hi guys, My operating system is Windows Vista. I noticed there isn't a LilyPond version for Vista yet. Is that true? Or will the Windows XP version work on Vista? Thanks, John ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu

Re: lilypond-book: \lilypond vs. lilypond environment

2009-01-18 Thread Graham Percival
On Fri, Jan 16, 2009 at 07:14:34PM +0100, Werner LEMBERG wrote: > > a long time ago, if I remember correctly, there was a difference > between lilypond-book's handling of \lilypond and a `lilypond' > environment: The former was (mainly) for inline use, the latter > (mainly) for use in a paragraph

Re: rsync for docs?

2009-01-18 Thread Graham Percival
On Thu, Jan 15, 2009 at 04:15:57PM +0100, Jan Nieuwenhuizen wrote: > Op donderdag 15-01-2009 om 22:17 uur [tijdzone +0800], schreef Graham > Percival: > > Hi Graham, > > > Why did you add an rsync dependency for the docs? For uploading > > the docs, I'd understand, but for simply building them..

Contributor Guide "volunteers" needed

2009-01-18 Thread Graham Percival
It's just past 9pm local time on Sunday. I went to university, took some pictures, got sucked into work and being polite to my supervisor, had dinner and bought breakfast for the next few days, and had a shower. Let's face it: I'm never going to finish the CG at this rate. So we need some "volun