Updates:
        Status: Fixed
        Labels: -Patch-push Fixed_2_19_18

Comment #7 on issue 4324 by [email protected]: Patch: Don't create Bottom to announce TimeSignatureEvent
https://code.google.com/p/lilypond/issues/detail?id=4324

Pushed to staging as
commit fb79cea8ec10ebc40b96a05bf7f643e47fd93ddd
Author: David Kastrup <[email protected]>
Date:   Sun Mar 15 12:15:18 2015 +0100

    Issue 4324: Don't create Bottom to announce TimeSignatureEvent

    As a fallout of issue 4138, << \time 3/4 \new Staff c2. >> created a
    spurious Staff only containing a time signature.  This change avoids the
    creation of a Bottom context just for accommodating \time.  As a result,

        { \tweak color #red \time 3/4 c2. }

    will no longer show a change in color since no Staff context exists at
    the time \time is executed and consequently the tweak does not apply
    anywhere.  You have to use \time in existing Staff contexts to have
    either \tweak and point&click have an effect (and get an error locator
    when something with typesetting the signature goes wrong).  Outside of
    such contexts, \time just changes properties of the Timing context.


--
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