-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
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
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
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
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
> > 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
___