lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3888 in lilypond: Completion_heads_engraver ha


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3888 in lilypond: Completion_heads_engraver hangs after \time in mid-measure
Date: Wed, 26 Mar 2014 23:48:34 +0000


Comment #9 on issue 3888 by address@hidden: Completion_heads_engraver hangs after \time in mid-measure
http://code.google.com/p/lilypond/issues/detail?id=3888

Actually, \partial only makes measurePosition negative at the beginning of a measure, so \partial before \time doesn't work for suppressing the warning. Requiring an explicit \set Timing.ignoreBarChecks = ##t is not so great.

If \time sets measurePosition to 0, it overwrites any preceding \partial, and any following \partial makes measurePosition negative, which messes up bar numbers. So to keep mid-measure \time usable, I think it should only set measurePosition if it would otherwise be invalid.

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