lilypond-user
[Top][All Lists]
Advanced

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

Re: Get the positions of a beam (or other grob with positions)


From: David Kastrup
Subject: Re: Get the positions of a beam (or other grob with positions)
Date: Wed, 23 May 2012 13:02:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Janek Warchoł <address@hidden> writes:

> I wish it was possible to add context to grob name in a more
> LilyPondish way (i.e. with a dot)

It is conceivable as a parser extension, like 3/4 is nowadays generally
read as '(3 . 4).  One would turn aa.bb.cc (no spaces!) to #'(aa bb cc)
in the lexer.  It would likely be somewhat tricky to make sure that one
does not get surprises in lyrics and so on.

Since aa is rendered as a _string_, it might be more consistent to just
read aa.bb.cc as one string and leave splitting to the music function.

I have not found a choice that would really be convincingly consistent,
so I have not done anything of the sort yet.

-- 
David Kastrup




reply via email to

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