lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4324 in lilypond: Patch: Don't create Bottom to an


From: lilypond
Subject: [Lilypond-auto] Issue 4324 in lilypond: Patch: Don't create Bottom to announce TimeSignatureEvent
Date: Sun, 15 Mar 2015 11:22:03 +0000

Status: Started
Owner: ----
Labels: Type-Enhancement Patch-new

New issue 4324 by address@hidden: Patch: Don't create Bottom to announce TimeSignatureEvent
https://code.google.com/p/lilypond/issues/detail?id=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.

http://codereview.appspot.com/219780043

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