Re: Lining up key signatures

2015-04-29 Thread James Worlton
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

Re: Lining up key signatures

2015-04-29 Thread James Worlton
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

Re: Lining up key signatures

2015-04-28 Thread Kieren MacMillan
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

Re: Lining up key signatures

2015-04-28 Thread Thomas Morley
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

Re: Lining up key signatures

2015-04-28 Thread 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 expect there to be a way to make them simultaneous. The

Re: Lining up key signatures

2015-04-28 Thread Carl Sorensen
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