lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autoChange creating extra staff


From: Alexandre Loomis
Subject: autoChange creating extra staff
Date: Fri, 17 Mar 2023 11:35:24 -0700

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 { \clef "bass" c,1 }

\new PianoStaff <<
  \new Staff = "up" {
    \new Voice \CrossStaff
  }
  \new Staff = "down" {
    \new Voice \VoiceTwo
  }
>>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]