lilypond-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Add \path markup command, and use it for \eyeglasses.


From: David Kastrup
Subject: Re: [PATCH] Add \path markup command, and use it for \eyeglasses.
Date: Sun, 20 Jun 2010 08:29:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Werner LEMBERG <address@hidden> writes:

>> This is a feature I've wanted to add to LilyPond for a while, and I've
>> posted a patch set on Rietveld:
>> 
>> http://codereview.appspot.com/1730044/show
>> 
>> Any comments are appreciated, especially regarding the syntactic
>> requirements of the new command.
>
> Looks good to me.  It would be nice if I could say
>
>   \path #0.25 #'miter #'square ##f #samplePath
>
> instead of using numbers for the second and third parameter.  Is this
> possible?

How about defining constants path:miter and path:square instead?  Then
\path does not need special code, and the command would just be

\path #0.25 #path:miter #path:square ...

-- 
David Kastrup




reply via email to

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