lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3744 in lilypond: Patch: Create Score context


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3744 in lilypond: Patch: Create Score context before starting iteration.
Date: Sat, 21 Dec 2013 18:56:38 +0000


Comment #4 on issue 3744 by address@hidden: Patch: Create Score context before starting iteration.
http://code.google.com/p/lilypond/issues/detail?id=3744

\new Score works because ly_interpret_music_expression calls construct_children before starting iteration, apparently to create the initial contexts. Context_specced_music_iterator creates its context then, and other iterators recurse on their music, but Sequential_iterator only recurses on its first child instead of the whole first timestep, so things like { | c8 } don't create contexts.

Maybe create_children could be made reliable and run at the beginning of each timestep, so contexts would never be created in the middle of a timestep.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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