Updates:
Labels: -Patch-needs_work Patch-new
Comment #8 on issue 3140 by [email protected]: Patch: Let find_create_context
create Score context for Timing
http://code.google.com/p/lilypond/issues/detail?id=3140#c8
Issue 3140: Let find_create_context create Score context for Timing
More exactly: if find_create_context finds that no score context
exists yet, but creating one would make it find an alias of it, it
does so.
This is in order to let \set Timing.xxx = yyy work even in the rare
case that the Score context with its hardwired Timing alias does not
yet exist.
Don't initialize variables derived by Timing_translator
Make Timing_translator do a more thorough job of initializing Timing
Replace base-fraction with base-length to simplify calculations
http://codereview.appspot.com/7232048