lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

markup-command and markup-command-list signatures


From: David Kastrup
Subject: markup-command and markup-command-list signatures
Date: Thu, 29 Apr 2010 20:27:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi,

I am currently reworking the markup command parsing.  We have something
like

The available combinations of arguments (after the standard @var{layout}
and @var{props} arguments) to a markup command defined with
@code{define-markup-command} are limited as follows.

@table @asis
@item (no argument)
@itemx @var{markup-list}
@itemx @var{markup}
@itemx @var{markup markup}
@itemx @var{scheme}
@itemx @var{scheme markup}
@itemx @var{scheme scheme}
@itemx @var{scheme scheme markup}
@itemx @var{scheme scheme markup markup}
@itemx @var{scheme markup markup}
@itemx @var{scheme scheme scheme}
@end table

in the docs for markup command definitions, and nothing at all in the
docs for markup command list definitions as far as I can see.

What type signatures would be actually permissable under the assumption
that they are supported by lexer and parser?

It is somewhat clear to me that we can't have markup-list followed by
markup in the arguments.  Anything else?

-- 
David Kastrup




reply via email to

[Prev in Thread] Current Thread [Next in Thread]