Actually the workaround is from Mats, not Keith. Sorry.
James W
On Wed, Apr 29, 2015 at 1:37 PM, James Worlton wrote:
> On Tue, Apr 28, 2015 at 7:33 PM, Kieren MacMillan <
> kieren_macmil...@sympatico.ca> wrote:
>
>> Hi James,
>>
>> > >I don't see a way to make the key-cancellation and key-signa
On Tue, Apr 28, 2015 at 7:33 PM, Kieren MacMillan <
kieren_macmil...@sympatico.ca> wrote:
> Hi James,
>
> > >I don't see a way to make the key-cancellation and key-signature
> simultaneous.
>
> The following (hacky!) code seems to work for me:
>
> \version "2.19.18"
>
> musicA = {
> \key c \majo
Hi James,
> >I don't see a way to make the key-cancellation and key-signature
> >simultaneous.
The following (hacky!) code seems to work for me:
\version "2.19.18"
musicA = {
\key c \major
\repeat unfold 2 { c'4 c' c' c' }
\key des \major
des'1
}
musicB = {
\key fis \major
\repeat
2015-04-29 1:10 GMT+02:00 James Worlton :
> (Sorry, sent to Carl only by mistake.)
>
> On Tue, Apr 28, 2015 at 5:55 PM, Carl Sorensen wrote:
>
>> On 4/28/15 3:20 PM, "James Worlton" wrote:
>>
>> >I don't see a way to make the key-cancellation and key-signature
>> >simultaneous.
>>
>> I wouldn't e
(Sorry, sent to Carl only by mistake.)
On Tue, Apr 28, 2015 at 5:55 PM, Carl Sorensen wrote:
On 4/28/15 3:20 PM, "James Worlton" wrote:
>
> >I don't see a way to make the key-cancellation and key-signature
> >simultaneous.
>
> I wouldn't expect there to be a way to make them simultaneous. The
On 4/28/15 3:20 PM, "James Worlton" wrote:
>I don't see a way to make the key-cancellation and key-signature
>simultaneous.
I wouldn't expect there to be a way to make them simultaneous. The
cancellation *should* show up before the new key signature, IMO.
Thanks,
Carl