lilypond-user
[Top][All Lists]
Advanced

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

Re: Get context in Scheme function (determining current moment)


From: Jan-Peter Voigt
Subject: Re: Get context in Scheme function (determining current moment)
Date: Wed, 04 Dec 2013 17:15:12 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

Am 04.12.2013 17:01, schrieb Urs Liska:
> My \annotate function should also store the position in the score (to
> print that out and to sort by it).
> So when I use the function in the input file it should store location
> elements and current measure and measure position in several variables.
so yout need some kind of music function, that inserts an info to the
music objects, which will be caught by an engraver, or you use applyContext.
Then you need some kind of singleton, which holds the annotations. Then
you can add them anywhere and get the list afterwards.
Later more on that ...





reply via email to

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