Re: (lambda ( . rest))

2008-12-20 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Sonntag, 21. Dezember 2008 03:18:48 schrieb Bertalan Fodor: > Hi, > > I found this in lilypond-book-preamble.ly: > > (lambda ( . rest) > > Besides that I can't imagine what that wants to mean, the GUILE doc > clearly says: > > --- syntax: *lambda* f

(lambda ( . rest))

2008-12-20 Thread Bertalan Fodor
Hi, I found this in lilypond-book-preamble.ly: (lambda ( . rest) Besides that I can't imagine what that wants to mean, the GUILE doc clearly says: --- syntax: *lambda* formals body |(|variable1| ... |variablen| . |variablen+1|)| There must be at least one argument before the period. It

Re: PATCH: Allow setting of arpeggio type for spanned arpeggios

2008-12-20 Thread Chris Snyder
Han-Wen Nienhuys wrote: You should use get_property("stencil") unless you're doing something special. Still better is to use a callback in the spanner which copies the stencil from its children. I originally tried get_property, but the result was that the spanned arpeggio copied the exact ste

Re: PATCH: Arrowed accidentals for microtone notation

2008-12-20 Thread Maximilian Albert
Hi again, here is some documentation for the arrowed accidentals. Since I found it the most natural way of typesetting, it uses Trevor's notation for up and down arrows (but also mentions the alternative ways discussed before). Please let me know if for some reason Trevor's default names are not d

Re: Not R5RS, but GUILE

2008-12-20 Thread Bertalan Fodor
Thinking about these ideas i was convinced to base my parser on sisc, which enables defining 1+. Bert ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Not R5RS, but GUILE

2008-12-20 Thread Werner LEMBERG
> > The 1+ function exists is many lisp idioms of old, so this is > > where it comes from. +1 cannot be an identifier: it is the number > > 1. > > how about i+ ? Or i++? Most programmers who use Lisp or Scheme are fluent in C also... Werner ___