unhelpful error messages..

2006-08-27 Thread Simon Dahlbacka

\version 2.9.16 (winxp)

I get the following when I try running current lilypond over my project

GNU LilyPond 2.9.16
Processing `Partitur.ly'
Parsing...
string:0:0: error: syntax error, unexpected $undefined, expecting '='
(position unknown)
Interpreting music...

now, this is probably something that I should be fixing, but how do I find
it?

and a similar problem...

warning: Two simultaneous key-change events, junking this one
warning: Previous key-change event here

again, I might want to fix these but what's this and were is here ?

(Running again with -V yields the following output probably related to the
first problem?
string:2:2: error: syntax error, unexpected RESTNAME

..but I haven't yet been able to figure out what's causing this..)



/Simon

PS. thanks for working on this great project..
___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: location of examples in documentation package

2006-08-27 Thread Han-Wen Nienhuys

Graham Percival wrote:
Unfortunately I'm not very familiar with the makefiles which produce the 
documentation package, nor windows itself.  I'd welcome a fix for this, 
but I lack the ability to do it myself.


This is because the one-big file and split-up documentation live in 
separate subdirectories.  Copying them would take a lot of space.



--

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


parallel-music - still not R5RS compliant

2006-08-27 Thread Bertalan Fodor

We've had a conversation with Nicolas in May, summarizing:

//(apply for-each (lambda (. seqs)
does not work on my java-based R5RS parser

Nicolas wrote:

//You're right, I've been lazy, and scheme gets on my nerves sometimes.
It should be (lambda* (#:rest seqs) ...), having
(use-modules (ice-9 optargs)) before.


http://lists.gnu.org/archive/html/lilypond-devel/2006-05/msg00180.html

Could you please apply this to music-functions-init.ly, if possible and 
also backport it to 2.8


Thanks,

Bert


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: unhelpful error messages..

2006-08-27 Thread Mats Bengtsson

I would for example look for missing double quotes at the end of
some string.

  /Mats

Quoting Simon Dahlbacka [EMAIL PROTECTED]:


\version 2.9.16 (winxp)

I get the following when I try running current lilypond over my project

GNU LilyPond 2.9.16
Processing `Partitur.ly'
Parsing...
string:0:0: error: syntax error, unexpected $undefined, expecting '='
(position unknown)
Interpreting music...

now, this is probably something that I should be fixing, but how do I find
it?

and a similar problem...

warning: Two simultaneous key-change events, junking this one
warning: Previous key-change event here

again, I might want to fix these but what's this and were is here ?

(Running again with -V yields the following output probably related to the
first problem?
string:2:2: error: syntax error, unexpected RESTNAME

..but I haven't yet been able to figure out what's causing this..)



/Simon

PS. thanks for working on this great project..
___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond







___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond