lilypond-devel
[Top][All Lists]
Advanced

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

Re: Music_iterator::process timekeeping


From: David Kastrup
Subject: Re: Music_iterator::process timekeeping
Date: Mon, 01 Jun 2015 00:18:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Dan Eble <address@hidden> writes:

> I have some questions about this.
>
>> void
>> Auto_change_iterator::process (Moment m)
>> {
>>   Music_wrapper_iterator::process (m);
>> 
>>   Moment now = get_outlet ()->now_mom ();
>>   Moment *splitm = 0;
>>   if (start_moment_.main_part_.is_infinity () && start_moment_ < 0)
>>     start_moment_ = now;
>
> 1. Is there any input for which m != now?

First thing that comes to mind is inside of \grace { ... }

> 2. Is there any input for which start_moment_ != this->music_start_mom()?

zero-length music before grace notes?

-- 
David Kastrup



reply via email to

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