On Tue, Sep 16, 2014 at 6:19 PM, Orm Finnendahl <
orm.finnend...@selma.hfmdk-frankfurt.de> wrote:

> Hi David,
>
>  thanks a lot, that definitely helps! I tried to manipulate the assoc
> list of props by consing to it but lacking the knowledge of the
> structure of the prop variable didn't get me anywhere. I wonder
> whether I could find that information without having to read through
> and understand all of the sources of lilypond.
>
>
Well, there is some information here:
http://www.lilypond.org/doc/v2.19/Documentation/extending/new-markup-command-definition#on-properties
But I only learned about the structure of props by poking around in C++
files :(

I tried to show the structure of the props list-of-alists in the function,
though.  It's a list of the immutable properties alist of the TextScript
grob, the mutable properties alist, and the font-defaults alist.

As far as mutable/immutable properties, there's a description here:
http://www.lilypond.org/doc/v2.19/Documentation/notation/technical-glossary
though I don't think it's particularly clear...

--David
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to