make web fails with 2.3.2

2004-05-26 Thread Pedro Kroger
Hi, the subject says all. (I have guile 1.6). Here is what I get: -- /usr/bin/python ../scripts/lilypond.py --output=out-www/simple.dvi simple.ly lilypond2.3 (GNU LilyPond) @TOPLEVEL_VERSION@ Running lilypond-bin2.3... N

CVS access solved

2004-05-26 Thread Pedro Kroger
* Jan Nieuwenhuizen ([EMAIL PROTECTED]) wrote: > Passwords do not work. Re-check your key entry into savannah, one > long line for one key (check the number of keys), or mail to the > savannah-hackers list. I rechecked my key and it worked. Thanks for the help. Pedro _

Re: makefile changes for lilypond shared lib

2004-05-26 Thread Jan Nieuwenhuizen
Han-Wen Nienhuys writes: > Also, we will run into platform dependencies. I fear that we might > need libtool to build the shared lib portably. We might, but we'll worry later, if necessary. A --disable-shared configure option may take good enough care of broken platforms too... Jan. -- Jan Ni

Re: CVS access Was: Re: download page updated

2004-05-26 Thread Pedro Kroger
* Jan Nieuwenhuizen ([EMAIL PROTECTED]) wrote: > You may try debug logging first, add to your .ssh/config > and see if it tells you anything interesting. Thanks, that helped. But unfortunately the problem remains. Here is what happened: --- [08:

RE: Fret Diagram markup

2004-05-26 Thread Carl D. Sorensen
> -Original Message- > From: Han-Wen Nienhuys [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 25, 2004 2:20 PM > > This was also an opportunity for me to take a closer look at > your code. I still have some remarks: > > * We want to separate formatting machinery from syntax. > Your

Timing of events in the beginning of bars

2004-05-26 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > Does this sound sensible to you developers? If it does I'll add it to the bug > cvs as a wish. No, it doesn't sound sensible. suppose you have item A that should be at grace = -inf and an item B that should be at grace = 0. What do you do when you get { .. B A .

Re: list of feature requests

2004-05-26 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > On the other hand, the advantage of not having a feature request > > list easily accessible on the WWW is that popular feature requests > > will be repeated multiple times on the mailing lists, whereas if > > users see that the request already is listed, they don't rep

Re: makefile changes for lilypond shared lib

2004-05-26 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Nicolas Sceaux writes: > > > I was experimenting this week end with lilypond called directly from > > scheme (without using lilypond-bin). > > That's interesting. If you want I can help with install rules, but we > should figure out what to put in the library, and how

Re: CVS access Was: Re: download page updated

2004-05-26 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > --- > > [08:00:06] pythagoras kroger $ cvs -d [EMAIL PROTECTED]:/cvsroot/lilypond co > > lilypond > > debug1: Host 'subversions.gnu.org' is known and matches the RSA host key. > > debug1: Found key in /home/kroger/.s

RE: Fret Diagram markup

2004-05-26 Thread Carl D. Sorensen
> -Original Message- > From: Han-Wen Nienhuys [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 25, 2004 2:20 PM > > This was also an opportunity for me to take a closer look at > your code. I still have some remarks: > > * We want to separate formatting machinery from syntax. > Your fre

Re: CVS access Was: Re: download page updated

2004-05-26 Thread Jan Nieuwenhuizen
Pedro Kroger writes: > Thanks, that helped. But unfortunately the problem remains. Here is > what happened: > > --- > [08:00:06] pythagoras kroger $ cvs -d [EMAIL PROTECTED]:/cvsroot/lilypond co lilypond > debug1: Host 'subversions.gnu.org' is kn

lilypond-bin hung

2004-05-26 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > I've encountered a problem that outreach my knowledge: with the > following ly file, lilypond-bin (current CVS) hangs: > > #(define foo #{ #}) > #(define quux #{ #}) > \score { \notes { c' } } See CVS > I cannot understand what's happening. ~My_lily_parser () deletes

RE: Fret Diagram markup

2004-05-26 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > #'((cross 6) (cross 5) (open 4) (barre 1 2)) > > > > I'm delighted to make this change. Thanks for the input on how you'd > like it to work. Do you think it would be best to make a > \fret-diagram-verbose in addition to the current \fret-diagram, or > should I

Re: makefile changes for lilypond shared lib

2004-05-26 Thread Jan Nieuwenhuizen
Nicolas Sceaux writes: > I was experimenting this week end with lilypond called directly from > scheme (without using lilypond-bin). That's interesting. If you want I can help with install rules, but we should figure out what to put in the library, and how to install lilypond-bin. LilyPond as a

Re: CVS access Was: Re: download page updated

2004-05-26 Thread Jan Nieuwenhuizen
Pedro Kroger writes: > I can't access the cvs as "kroger". If I issue: > > export CVS_RSH=ssh > cvs -d [EMAIL PROTECTED]:/cvsroot/lilypond co newweb You may try debug logging first, add to your .ssh/config Host subversions.gnu.org User kroger LogLevel debug and see if it tells you a