lilypond-devel
[Top][All Lists]
Advanced

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

Re: \put-adjacent only works using Scheme markup


From: Han-Wen Nienhuys
Subject: Re: \put-adjacent only works using Scheme markup
Date: Mon, 28 Jul 2008 23:16:06 -0300

On Mon, Jul 28, 2008 at 8:36 PM, Neil Puttock <address@hidden> wrote:
> Hi everybody,
>
> I've been trying to do a snippet for \put-adjacent in
> define-markup-commands.scm, but it doesn't work using \markup because
> there's no parser tag defined for the signature
> MARKUP_HEAD_MARKUP0_SCM1_SCM2_MARKUP3.
>
> I see three options as a solution to this:
>
> 1. extend the parser just for this command;
>
> 2. pass the Scheme values (axis and direction) as a pair so we can use
> MARKUP_HEAD_SCM0_MARKUP1_MARKUP2, which is admittedly rather
> inelegant;
>
> 3. remove it from define-markup-commands.scm and convert it to a

Please add a SCM0_SCM1_MARKUP2_MARKUP3 signature and use that.  For
uniformity, the markups always go last.

-- 
Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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