lilypond-user
[Top][All Lists]
Advanced

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

Re: part combiner


From: Han-Wen Nienhuys
Subject: Re: part combiner
Date: Thu, 09 Jun 2005 00:22:14 +0200
User-agent: Mozilla Thunderbird 1.0.2-1.3.3 (X11/20050513)

address@hidden wrote:
As far as I can see the music events are recorded in try_music.  Which
method do I have to add to record property changes?

Try process_music(). You will have to read the properties, check them
against values in the previous time steps, and modify the data structure
where events are stored to also contain property values.

<snip>
--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen



Ok, I think I understand most of it.  Just one question, is there a method
which get called before the first events are handled?  That would be
useful to get the initial values for the properties.


No. You'll have to store the values from the last time step to compare.
--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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