Re: Less restrictive LilyPond identifiers?

2004-03-10 Thread Matthias Kilian
On Sun, Mar 07, 2004 at 03:03:30PM +0100, Matthias Kilian wrote: [Letters and digits in identifiers] > If there's no other reason for disallowing digits than to keep > parser/scanner, I could try to write a patch. Quick hack alert! The patch below appears to work. However, it applies only to scann

info problems

2004-03-10 Thread Werner LEMBERG
Since installation of info files into a separate directory (/usr/local/info/lilypond/), calling info lilypond no longer works. This is *very* bad. I use texinfo CVS version 2004-02-28. Saying `info' alone gives the following menu entries: * GNU LilyPond: (./lilypond/lilypond). The GNU

bug in feta font

2004-03-10 Thread Werner LEMBERG
[CVS 2004-03-07 15:58 MET] Compare /prallmordent with /upmordent: The vertical slash is too short in the latter glyph. Werner ___ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel

Re: How to debug/play with scheme code?

2004-03-10 Thread Nicolas Sceaux
Mon, 01 Mar 2004 20:43:55 +0100, Nicolas a dit : >> try #(top-repl) > there is a place for an emacs command that would launch that, with I/Os in a > buffer with ilisp-mode or so, which would enable symbol completion... The following command definition should do it (requires ilisp): (defun

Less restrictive LilyPond identifiers?

2004-03-10 Thread Matthias Kilian
Hi, are there any reasons to restrict identifiers in LilyPond to contain only letters? IMO, it would be nice to at least also allow digits. That would make it easier to write large pieces by defining small chuncs of music: Part1Voice1 = \notes {...} Part1Voice2 = \notes {...} ... At least for a

docs shuffled.

2004-03-10 Thread Han-Wen Nienhuys
Dear proofreaders, I have just committed some documentation file shuffling patches to CVS, so if you are making corrections, please make a diff, and reapply the changes to current CVS HEAD. Thanks! -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen _

Re: compilation error

2004-03-10 Thread Matthias Kilian
On Sat, Mar 06, 2004 at 12:44:13AM +0100, Matthias Kilian wrote: > introducing "exotic" dependencies like makeinfo CVS, there should be > also workarounds that make LilyPond (and it's documenation) compile with > standard versions (i.e. good-old makeinfo-4.5 or 4.6). Please forget what I wrote. Us