Re: convertrules.py with decorator update for today's git

2008-07-01 Thread Wilbert Berendsen
Op woensdag 2 juli 2008, schreef Han-Wen Nienhuys: > I know what a decorator is - I'm sorry for thinking it didn't work, > but the code is a bit obtuse, and I got confused by > > return lambda f: conversions.append ((version, f, message)) > > which stores the conv function, but then will also rede

Re: keyboard-headword.ly

2008-07-01 Thread Werner LEMBERG
> > This example gives a warning: > > Preprocessing graphical objects... > > programming error: FT_Get_Glyph_Name () error: invalid argument > > continuing, cross fingers [...] > > You've saved his code in the wrong encoding (probably latin-1). Just > save or convert it to UTF-8, and everything's

Re: keyboard-headword.ly

2008-07-01 Thread Werner LEMBERG
> This example gives a warning: > Preprocessing graphical objects... > programming error: FT_Get_Glyph_Name () error: invalid argument > continuing, cross fingers [...] You've saved his code in the wrong encoding (probably latin-1). Just save or convert it to UTF-8, and everything's fine.

RE: Can't make git access work at savannah

2008-07-01 Thread Carl D. Sorensen
Thanks. From: Han-Wen Nienhuys [EMAIL PROTECTED] Sent: Tuesday, July 01, 2008 9:48 PM To: Carl D. Sorensen Cc: lilypond-devel@gnu.org Subject: Re: Can't make git access work at savannah this does not look like a git problem per se, but rather an SSH problem

Re: Can't make git access work at savannah

2008-07-01 Thread Han-Wen Nienhuys
this does not look like a git problem per se, but rather an SSH problem. This is what I get when I run ssh -v [EMAIL PROTECTED] Note that we actually open a connection, and then the server denies the login. OpenSSH_5.0p1, OpenSSL 0.9.8g 19 Oct 2007 debug1: Reading configuration data /home/lilyd

Re: convertrules.py with decorator update for today's git

2008-07-01 Thread Han-Wen Nienhuys
I know what a decorator is - I'm sorry for thinking it didn't work, but the code is a bit obtuse, and I got confused by return lambda f: conversions.append ((version, f, message)) which stores the conv function, but then will also redefine the conv function to None. Essentially it does def dec

Can't make git access work at savannah

2008-07-01 Thread Carl D. Sorensen
Ok, so now I'm trying to get my approved patch into the main lilypond branch. What I'd like to do is clone lilypond at savannah, then pull the csorensen fork, then push back to savannah. I think this is the right git workflow. The problem I'm having is that I can't get a proper clone from savan

Re: convertrules.py with decorator update for today's git

2008-07-01 Thread Graham Percival
On Wed, 2 Jul 2008 01:03:23 +0200 Wilbert Berendsen <[EMAIL PROTECTED]> wrote: > This is just a proposal to make convertrules.py look better, more > clear and probably a little bit easier to maintain. Because you wrote > in your first answer "This is an excellent idea" I kept up > maintaining it.

Re: keyboard-headword.ly

2008-07-01 Thread Andrew Hawryluk
I like the Ravel. Sergei will have to wait another 5.5 years before appearing in the LP docs. Andrew On Tue, Jul 1, 2008 at 4:50 PM, Graham Percival <[EMAIL PROTECTED]> wrote: > On Tue, 1 Jul 2008 23:34:17 +0100 > "Neil Puttock" <[EMAIL PROTECTED]> wrote: > >> BTW, I think some of the headwords w

Re: convertrules.py with decorator update for today's git

2008-07-01 Thread Wilbert Berendsen
Op woensdag 2 juli 2008, schreef Han-Wen Nienhuys: > I already wrote a comment about this before, but I strongly doubt that > this does anything useful. The useful thing is dat a conversion rule now forms a single entity: version, message and conversion function. The current structure of convert

Re: keyboard-headword.ly

2008-07-01 Thread Graham Percival
On Tue, 1 Jul 2008 23:34:17 +0100 "Neil Puttock" <[EMAIL PROTECTED]> wrote: > BTW, I think some of the headwords would look better without > ragged-right = ##t. Modify at will. :) In this case, please change the actual .ly. Cheers, - Graham ___ lily

Re: keyboard-headword.ly

2008-07-01 Thread Neil Puttock
2008/7/1 Graham Percival <[EMAIL PROTECTED]>: > This example gives a warning: > Preprocessing graphical objects... > programming error: FT_Get_Glyph_Name () error: invalid argument > continuing, cross fingers > programming error: Glyph has no name, but font supports glyph > naming. > Skipping glyp

Re: convertrules.py with decorator update for today's git

2008-07-01 Thread Han-Wen Nienhuys
Hi, I already wrote a comment about this before, but I strongly doubt that this does anything useful. Have you tested this at all? On Sat, Jun 28, 2008 at 3:45 PM, Wilbert Berendsen <[EMAIL PROTECTED]> wrote: > This is an updated patch for the convertrules.py script, rewritten using a > decorator

Re: GDP: examples consistency

2008-07-01 Thread Trevor Daniels
Graham Percival wrote Tuesday, July 01, 2008 11:10 PM This has nothing to do with translations -- this is just good docs! I'd want these fixes even if we weren't translating anything. :) However, please send patches to me for review. I changed one thing in your patch: there's no "emphase" w

Re: keyboard-headword.ly

2008-07-01 Thread Graham Percival
On Tue, 1 Jul 2008 21:53:15 +0100 "Neil Puttock" <[EMAIL PROTECTED]> wrote: > 2008/7/1 Graham Percival <[EMAIL PROTECTED]>: > > Andrew, sorry about this. We've had this problem before with > > beautiful examples; see the mailist archives from... last Dec, I > > think. Trevor Baca had a beautiful

Re: GDP: examples consistency

2008-07-01 Thread Graham Percival
On Tue, 01 Jul 2008 21:57:23 +0200 Jean-Charles Malahieude <[EMAIL PROTECTED]> wrote: > Le 29.06.2008 15:26, Graham Percival disait : > > I welcome the review, but please don't commit directly. I'd much > > prefer it if you sent comments or patches to me for approval. > > OK, I just send you thi

Re: keyboard-headword.ly

2008-07-01 Thread Neil Puttock
2008/7/1 Graham Percival <[EMAIL PROTECTED]>: > Oops! I forgot to check this. Deleted, and rebuilding GDP output > to remove the infraction from that webserver. > > Andrew, sorry about this. We've had this problem before with beautiful > examples; see the mailist archives from... last Dec, I thi

Re: keyboard-headword.ly

2008-07-01 Thread Graham Percival
Oops! I forgot to check this. Deleted, and rebuilding GDP output to remove the infraction from that webserver. Andrew, sorry about this. We've had this problem before with beautiful examples; see the mailist archives from... last Dec, I think. Trevor Baca had a beautiful example from... Rachma

Re: 'make install' fails: CenturySchL-Ital.otf not found

2008-07-01 Thread Jean-Charles Malahieude
Le 01.07.2008 21:15, Neil Puttock disait : 2008/7/1 John Mandereau <[EMAIL PROTECTED]>: [moved from -user to -devel] On 2008/07/01 14:09 +0200, Valentin Villenave wrote: In today's git, 'make install' fails: File "/home/valentin/git/stepmake/bin/install.py", line 78, in shutil.copy2 (f, d

keyboard-headword.ly

2008-07-01 Thread Neil Puttock
Hi everybody, Andrew's snippet for section 2.2 (Rach G minor prelude), whilst lovely, is unfortunately still under copyright in the EU (life + 70 years), so can't be included in the docs. :( Regards, Neil ___ lilypond-devel mailing list lilypond-devel

Re: GDP: examples consistency

2008-07-01 Thread Jean-Charles Malahieude
Le 29.06.2008 15:26, Graham Percival disait : On Sun, 29 Jun 2008 15:18:56 +0200 I might review these sections over the coming week, and then make a commit per file if you don't mind. I welcome the review, but please don't commit directly. I'd much prefer it if you sent comments or patches t

Re: 'make install' fails: CenturySchL-Ital.otf not found

2008-07-01 Thread Neil Puttock
2008/7/1 John Mandereau <[EMAIL PROTECTED]>: > [moved from -user to -devel] > On 2008/07/01 14:09 +0200, Valentin Villenave wrote: >> In today's git, 'make install' fails: >> >> File "/home/valentin/git/stepmake/bin/install.py", line 78, in >> shutil.copy2 (f, dest) >> File "/usr/lib/python2

Re: proposed enhancement to vertical stretching logic

2008-07-01 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 25. Juni 2008 schrieb Joe Neeman: > However, I think that LilyPond´s spring algorithms > are already close to the ones you are describing. Have a look in > simple-spacer.cc -- it is reasonab

Re: 'make install' fails: CenturySchL-Ital.otf not found

2008-07-01 Thread John Mandereau
[moved from -user to -devel] On 2008/07/01 14:09 +0200, Valentin Villenave wrote: > In today's git, 'make install' fails: > > File "/home/valentin/git/stepmake/bin/install.py", line 78, in > shutil.copy2 (f, dest) > File "/usr/lib/python2.5/shutil.py", line 91, in copy2 > copyfile(src, d

[PATCH] add LilyKDE to Text Editor Support

2008-07-01 Thread Wilbert Berendsen
Hi, this patch adds LilyKDE to the list in Text Editor support (AU 2.2). best regards, Wilbert Berendsen -- LilyKDE, LilyPond for KDE: http://lilykde.googlecode.com/ --- setup.itely 2008-04-29 00:06:17.0 +0200 +++ /home/wilbert/Desktop/setup.itely 2008-07-01 13:19:27.0 +0200 @@ -

Re: NR 2.9 world music

2008-07-01 Thread Trevor Daniels
Good name! Trevor - Original Message - From: "Graham Percival" <[EMAIL PROTECTED]> To: "lily-devel" Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 01, 2008 4:49 AM Subject: NR 2.9 world music I've added NR 2.9 "World music". Currently it'll only contain Arabic music, but now it's the

Re: Downloading the install file

2008-07-01 Thread Trevor Daniels
I get the same problem. It seems the download host download.linuxaudio.org (128.173.232.121) is down. It doesn't respond to a ping. Trevor - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 01, 2008 6:47 AM Subject: Downloading the ins