website translation build

2010-02-13 Thread Graham Percival
Anybody want to take a stab at getting the website translations to build? With the attached patch, I can get a bunch of files in out-website/es/ -- but most of them are index_xy.html, and half of the filenames that have proper names are capitalized. Since I just copied the command for the regular

Re: new smaller installers to test

2010-02-13 Thread Graham Percival
On Fri, Feb 12, 2010 at 01:52:01PM -0800, Patrick McCarty wrote: > > *** Warning: GenericResourceDir doesn't point to a valid resource directory. >the -sGenericResourceDir=... option can be used to set this. > > WARNING: /Unicode /Decoding r

Re: CG 2 working with source code

2010-02-13 Thread Graham Percival
On Thu, Feb 11, 2010 at 11:39:57PM -0800, Mark Polesky wrote: > This one might be easier for someone other than me*: > 23: Add instructions for using @command{lily-git} here. > *I don't remember if I said I'd write it, but I haven't done > any work on it. If someone who's more familiar with it > w

Re: [PATCH] Fix issue 1011

2010-02-13 Thread Christian Hitz
Am 13.02.2010 um 19:40 schrieb Graham Percival: > On Sat, Feb 13, 2010 at 11:23:25AM -0700, Carl Sorensen wrote: >> >> On 2/13/10 10:45 AM, "Christian Hitz" wrote: >>> http://codereview.appspot.com/206092/show >> >> Looks good to me, but I'm always nervous about patches on the makefile >> syst

Re: [PATCH] Fix issue 1011

2010-02-13 Thread Carl Sorensen
On 2/13/10 11:40 AM, "Graham Percival" wrote: > On Sat, Feb 13, 2010 at 11:23:25AM -0700, Carl Sorensen wrote: >> >> On 2/13/10 10:45 AM, "Christian Hitz" wrote: >>> >>> Note: Rietveld insists on squashing my Git commits. I'll provide a set of >>> patches when the changes are ready to be pus

Re: [PATCH] Fix issue 1011

2010-02-13 Thread Graham Percival
On Sat, Feb 13, 2010 at 11:23:25AM -0700, Carl Sorensen wrote: > > On 2/13/10 10:45 AM, "Christian Hitz" wrote: > > > In order to verify the fix I have added a new regression test suite > > lilypondbook_html. It tests the lilypond-book operation when processing HTML > > files. Most of the patch

Re: Helping translators do their work

2010-02-13 Thread Graham Percival
On Sat, Feb 13, 2010 at 01:39:08AM +0100, Francisco Vila wrote: > e600412e50db9e8ee3b9e408527322b84b946f52 Doc build: make > screenshot-tutorials shared. > > one tends to think that only blocks of text were moved or files > renamed. It is impossible, (and check scripts do not help on that) to >

Re: Search box searches in 2.12

2010-02-13 Thread Graham Percival
On Tue, Feb 09, 2010 at 11:47:14PM +0100, Francisco Vila wrote: > Hello. The google filter for our search box in the new webpage applies > +2.12, shouldn't it be +2.13 instead? I don't think so, but I've added a note to issue 815 to consider this. Cheers, - Graham __

Re: [PATCH] Fix issue 1011

2010-02-13 Thread Carl Sorensen
On 2/13/10 10:45 AM, "Christian Hitz" wrote: > > In order to verify the fix I have added a new regression test suite > lilypondbook_html. It tests the lilypond-book operation when processing HTML > files. Most of the patch is related to this regression test. > > http://codereview.appspot.com

[PATCH] Fix issue 1011

2010-02-13 Thread Christian Hitz
Hi, the following patchset fixes issue 1011. In order to verify the fix I have added a new regression test suite lilypondbook_html. It tests the lilypond-book operation when processing HTML files. Most of the patch is related to this regression test. http://codereview.appspot.com/206092/show

Re: Lilypond as a LGPL library?

2010-02-13 Thread David Kastrup
Mathias Kozlowski writes: > Hi everybody, I'm new to Lilypond's world. > I'm really impressed by the possibilities and the rendering quality of your > compiler. > > I'm currently starting a new project, some sort of sequencer. I'd like to have > in it a score editor with a graphical interface. L

Lilypond as a LGPL library?

2010-02-13 Thread Mathias Kozlowski
Hi everybody, I'm new to Lilypond's world. I'm really impressed by the possibilities and the rendering quality of your compiler. I'm currently starting a new project, some sort of sequencer. I'd like to have in it a score editor with a graphical interface. Lilypond is a perfect candidate for p

Re: RemoveEmptyStaffContext erases previous setting

2010-02-13 Thread Reinhold Kainhofer
Am Samstag, 13. Februar 2010 15:32:38 schrieb David Kastrup: > Reinhold Kainhofer writes: > > Most of the time, you rather want to define a set of context > > modifications to be applied at a later time (like in the RESC case), > > instead of completely restoring a context. Unfortunately, this fea

Re: RemoveEmptyStaffContext erases previous setting

2010-02-13 Thread David Kastrup
Reinhold Kainhofer writes: > On Monday 08 February 2010 16:24:57 you wrote: >> Would there be any disadvantages to replace Axis_group_engraver by >> Hara_kiri_engraver in the default definition of Staff, and just use >> \override VerticalAxisGroup #'remove-empty = ##t or ##f to switch >> between

Re: RemoveEmptyStaffContext erases previous setting

2010-02-13 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 08 February 2010 16:24:57 you wrote: > Would there be any disadvantages to replace Axis_group_engraver by > Hara_kiri_engraver in the default definition of Staff, and just use > \override VerticalAxisGroup #'remove-empty = ##t or ##f to switc