]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3140: Let find_create_context create Score context for Timing
authorDavid Kastrup <dak@gnu.org>
Sun, 27 Jan 2013 17:33:37 +0000 (18:33 +0100)
committerDavid Kastrup <dak@gnu.org>
Fri, 1 Feb 2013 17:31:49 +0000 (18:31 +0100)
commit0392d585b07e3f42cd6a30637cdfe7e2d487c4ab
treef83e023fbcd0c01dd72ed2655922389b2793d476
parent8d37f20e5a8a7e53065f82d6ff16e4679515c77a
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.
lily/context.cc