Re: lilypond.pdf size?

2009-03-02 Thread John Mandereau
Hi guys, Valentin Villenave a écrit : 2009/3/3 Han-Wen Nienhuys : We have received some complaints about bandwidth usage at lilypond.org; in particular, the lilypond.pdf with its 13mb is causing a lot of bandwidth use. Could the doc frogs/meisters/gdpers look into a solution for this?

Re: lilypond.pdf size?

2009-03-02 Thread Valentin Villenave
2009/3/3 Han-Wen Nienhuys : > We have received some complaints about bandwidth usage at > lilypond.org; in particular, the lilypond.pdf with its 13mb is causing > a lot of bandwidth use.  Could the doc frogs/meisters/gdpers look into > a solution for this? Hi, John and I are about to launch our n

Re: Enabling item-interface

2009-03-02 Thread Joe Neeman
On Mon, 2009-03-02 at 21:05 -0700, Carl D. Sorensen wrote: > I'm working to enable the chordChanges property for a FretBoards object. > > I've changed the fretboard-engraver to keep track of the last fretboard, > using the chord-name-engraver as a model. I've verified that the code works > to kee

lilypond.pdf size?

2009-03-02 Thread Han-Wen Nienhuys
Hi there, We have received some complaints about bandwidth usage at lilypond.org; in particular, the lilypond.pdf with its 13mb is causing a lot of bandwidth use. Could the doc frogs/meisters/gdpers look into a solution for this? Specifically, I am thinking of: - splitting the document, or - pu

Re: Enabling item-interface

2009-03-02 Thread Patrick McCarty
Hi Carl, I'm not really sure what to suggest, but I can point out a couple of things. On Mon, Mar 02, 2009 at 09:05:29PM -0700, Carl D. Sorensen wrote: > > I've added the item-interface to the fretboard grob: > >(FretBoard > . ((stencil . ,fret-board::calc-stencil) > (fret-diag

Enabling item-interface

2009-03-02 Thread Carl D. Sorensen
I'm working to enable the chordChanges property for a FretBoards object. I've changed the fretboard-engraver to keep track of the last fretboard, using the chord-name-engraver as a model. I've verified that the code works to keep track of the changes in the fretboards. Here's the relevant code f

Re: [frogs] Re: Named book file suffixes -- regtest?

2009-03-02 Thread Marek Klein
2009/3/2 Carl D. Sorensen > > > > On 3/1/09 2:44 PM, "Marek Klein" wrote: > > > > > > > With your suggestion and one more line of code it works now with > > ly:parser-define! > > > > (define counter-alist '()) > > > Will it work with the above line missing? The whole point of using > ly:parser-

Another GUB3 problem

2009-03-02 Thread Patrick McCarty
Hello, I am running into another problem building GUB3. `make test' is failing for me. It halts when processing utf-8.ly, as can be seen in the attached lilypond-book log file. I have also attached the end of my build.log. I also need the attached patch to build darwin-x86::gmp (this is the sa

Re: Multiple repeats

2009-03-02 Thread Valentin Villenave
2009/3/2 Francisco Vila : > The documentation explains it fairly well and offers examples. Besides, asking such questions would be more appropriate on our -user list rather than -devel... Regards, Valentin ___ lilypond-devel mailing list lilypond-deve

Re: Multiple repeats

2009-03-02 Thread Francisco Vila
2009/3/2 Kees van den Doel : > How to write multiple repeats? \repeat volta 4 {..} does not indicate that > there is more that 1 repeat. > I'm happy to just write "4X" at the end but am I missing something? What's > the purpose of the > number in the \repeat volta command? The documentation expl