optimizing for speed vs. quality

2007-01-20 Thread Graham Percival
Does anybody know how to turn on (or turn off) various settings? I'm trying to populate: http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Avoiding-tweaks-with-slower-processing Although those docs are aimed at optimizing for quality, I'm also interested in listing optimizations for s

Re: doc addition

2007-01-20 Thread Graham Percival
Bertalan Fodor wrote: Created as a plugin for the jEdit (http://www.jedit.org) text editor LilyPondTool is the most feature-rich text-based tool for editing LilyPond scores. Its features include a Document Wizard with lyrics support to set up documents easier, and embedded PDF viewer with advance

Re: Spanish web polishing

2007-01-20 Thread John Mandereau
Le samedi 20 janvier 2007 à 12:22 +0100, Francisco Vila a écrit : > El vie, 19 de ene de 2007, a las 11:22:57 +0100, John Mandereau dijo: > > Thanks, applied. Your patch was clean, excepted for es/index.html. It > > looks like you haven't pull since you send the last patch to -devel for > > this

GIT pull error

2007-01-20 Thread Jean-Charles
on Mandriva 2007, with git version 1.4.4.3 I had until now no problem at all. But I just got $ git pull git://git.sv.gnu.org/lilypond.git/ web/master:web/master fatal: protocol error: bad line length character Fetch failure: git://git.sv.gnu.org/lilypond.git/ fatal: protocol error: bad line len

Re: adding a file to git: +.ly

2007-01-20 Thread Graham Percival
Johannes Schindelin wrote: Since you do not have that version, "-f" does not work for you. If you really want to include the file in spite of .gitignore saying something different, try $ git-update-index --add +.ly Thanks, that worked. Cheers, - Graham

Re: adding a file to git: +.ly

2007-01-20 Thread Johannes Schindelin
Hi, On Sat, 20 Jan 2007, Graham Percival wrote: > Johannes Schindelin wrote: > > On Sat, 20 Jan 2007, Graham Percival wrote: > > > > > In the input/* collated-files, we use a file called +.ly to display info > > > at the top of the collection. How do I escape the file to add it to git? > > > I'

Re: adding a file to git: +.ly

2007-01-20 Thread Graham Percival
Johannes Schindelin wrote: On Sat, 20 Jan 2007, Graham Percival wrote: In the input/* collated-files, we use a file called +.ly to display info at the top of the collection. How do I escape the file to add it to git? I've tried "", \, and everything else I can think of. "git add" always th

Re: adding a file to git: +.ly

2007-01-20 Thread Johannes Schindelin
Hi, On Sat, 20 Jan 2007, Graham Percival wrote: > In the input/* collated-files, we use a file called +.ly to display info > at the top of the collection. How do I escape the file to add it to > git? I've tried "", \, and everything else I can think of. "git add" > always thinks the + is a

LSR integration

2007-01-20 Thread Graham Percival
I almost have this working; there are two questions. 1) LSR material is integrate from input/makelsr.py . Can I leave this script there, or must I move it to buildscripts/ ? 2) The input/lsr/trick/out-www/collated-files.html is generated correctly, but I'd like to have an extra HTML pa

adding a file to git: +.ly

2007-01-20 Thread Graham Percival
In the input/* collated-files, we use a file called +.ly to display info at the top of the collection. How do I escape the file to add it to git? I've tried "", \, and everything else I can think of. "git add" always thinks the + is a git option, not a filename char. Here's a file I tried t

Re: test on guile: truncating version number?

2007-01-20 Thread John Mandereau
Hi Jean-Charles Le samedi 20 janvier 2007 à 19:46 +0100, Jean-Charles a écrit : > Hi all! > > Wishing to build on my new machine, I have downloaded the sources, and ran > > [EMAIL PROTECTED] lilypond-2.10.12]$ ./configure --prefix=$HOME/usr > > The problem is as follows: > [...] > config.status

test on guile: truncating version number?

2007-01-20 Thread Jean-Charles
Hi all! Wishing to build on my new machine, I have downloaded the sources, and ran [EMAIL PROTECTED] lilypond-2.10.12]$ ./configure --prefix=$HOME/usr The problem is as follows: [...] config.status: creating config.hh ERROR: Please install required programs: guile-config >= 1.6.7 (installed:

Re: one-pass vertical stretching

2007-01-20 Thread Nicolas Sceaux
"Joe Neeman" <[EMAIL PROTECTED]> writes: > I've just committed one-pass vertical stretching to branch jneeman. I > haven't pushed to make web because I haven't yet checked regressions and > there is a change in behaviour -- it now stretches systems by default. > Stretching can be tuned by tweaking

Re: moving display-lily.scm import to lily.scm

2007-01-20 Thread Nicolas Sceaux
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Hi Nicolas, > > right now, the methods for displayLilyMusic are imported in > ly/music-functions-init.ly . This causes the machinery to be loaded > and thrown away for every .ly file separately. This is a significant > penalty in terms of CPU and m