Re: autoChange creating extra staff

2023-03-18 Thread Jean Abou Samra
Le vendredi 17 mars 2023 à 17:06 -0700, Alexandre Loomis a écrit : > That works perfectly, thanks! Follow up question, is there a way to change > the cross-over point during the music, or do I need to do something like > \CrossStaff = { >     \autoChange c' { *music* } >     \autoChange f' {

Re: autoChange creating extra staff

2023-03-17 Thread Alexandre Loomis
That works perfectly, thanks! Follow up question, is there a way to change the cross-over point during the music, or do I need to do something like \CrossStaff = { \autoChange c' { *music* } \autoChange f' { *music* } } On Fri, Mar 17, 2023 at 11:45 AM Jean Abou Samra wrote: > Le vendre

Re: autoChange creating extra staff

2023-03-17 Thread Dimitri Sykias
Thanks! > On 18 Mar 2023, at 12:28 AM, Jean Abou Samra wrote: > > \version "2.24.1" > > CrossStaff = \autoChange e { > \relative c' { > c2 \voiceOne c, > e \oneVoice e' | > } > } > > VoiceTwo = \relative { \clef "bass" \voiceTwo c,1 | c' } > > \new PianoStaff << > \new Staff = "

Re: autoChange creating extra staff

2023-03-17 Thread Jean Abou Samra
Hi, I'm adding back the list in CC. When you reply on a mailing list, please always keep the list in copy (use "Reply to all", not "Reply") so that everyone can participate and benefit from the discussion. Le vendredi 17 mars 2023 à 22:04 +0200, Dimitri Sykias a écrit : > Hi > Why in the followin

Re: autoChange creating extra staff

2023-03-17 Thread Jean Abou Samra
Le vendredi 17 mars 2023 à 11:35 -0700, Alexandre Loomis a écrit : > Hi, I'm running into an issue using \autoChange. I'd like CrossStaff to share > the lower staff (and upper with another voice, but that doesn't seem to cause > any issues), but it's creating its own. > > \version "2.24.0" >

autoChange creating extra staff

2023-03-17 Thread Alexandre Loomis
Hi, I'm running into an issue using \autoChange. I'd like CrossStaff to share the lower staff (and upper with another voice, but that doesn't seem to cause any issues), but it's creating its own. \version "2.24.0" CrossStaff = \autoChange f { \relative c' { c2 c, } } VoiceTwo = \relative