Thanks!

> On 18 Mar 2023, at 12:28 AM, Jean Abou Samra <j...@abou-samra.fr> 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 = "up" {
>     \new Voice \CrossStaff
>   }
>   \context Staff = "down" {
>     \new Voice \VoiceTwo
>   }
> >>

Reply via email to