On 2014/09/30 23:04:00, Dan Eble wrote:
On 2014/09/30 09:07:26, dak wrote:
> On 2014/09/30 04:54:22, dak wrote:
> > On 2014/09/30 03:50:30, Dan Eble wrote:
> > > \compoundMeter should create a TimeSignatureEvent too.
> >
> > [Slaps forehead]
Take a deep breath. There are also \overrideTimeSign
On 2014/09/30 09:07:26, dak wrote:
On 2014/09/30 04:54:22, dak wrote:
> On 2014/09/30 03:50:30, Dan Eble wrote:
> > \compoundMeter should create a TimeSignatureEvent too.
>
> [Slaps forehead]
Take a deep breath. There are also \overrideTimeSignatureSettings and
\revertTimeSignatureSettings, and
New patch uploaded.
https://codereview.appspot.com/150860044/
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel
Other than that LGTM. Sorry for holding this up for so long.
https://codereview.appspot.com/108270043/diff/60001/Documentation/notation/ancient.itely
File Documentation/notation/ancient.itely (right):
https://codereview.appspot.com/108270043/diff/60001/Documentation/notation/ancient.itely#newc
I hope this is close to what is required...
https://codereview.appspot.com/108270043/
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel
https://codereview.appspot.com/148360043/diff/1/lily/time-signature-engraver.cc
File lily/time-signature-engraver.cc (right):
https://codereview.appspot.com/148360043/diff/1/lily/time-signature-engraver.cc#newcode63
lily/time-signature-engraver.cc:63: reallocated in the same spot */
The comment
Reviewers: ,
Message:
The problem was discovered while debugging
https://codereview.appspot.com/143450043/ .
Description:
Setting Score.skipTypesetting used to defer creating a time signature
rather than skip it entirely. With this change, the temporal
placement of time signatures is not affect
On 2014/09/30 04:54:22, dak wrote:
On 2014/09/30 03:50:30, Dan Eble wrote:
> \compoundMeter should create a TimeSignatureEvent too.
[Slaps forehead]
> I managed to do it by
> incorporating \time into the definition of \compoundMeter, but
perhaps you
have
> a better idea.
I'll take a lo