lilypond-user
[Top][All Lists]
Advanced

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

Re: moving tweaks into markup-definition


From: David Nalesnik
Subject: Re: moving tweaks into markup-definition
Date: Tue, 16 Sep 2014 18:42:03 -0500



On Tue, Sep 16, 2014 at 6:19 PM, Orm Finnendahl <address@hidden> 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


reply via email to

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