Comment #1 on issue 3737 by [email protected]: Problem with key change
while changing Staff
http://code.google.com/p/lilypond/issues/detail?id=3737
Workaround:
\once\override Score.BarLine #'transparent = ##t
\once\override Score.SpanBar #'transparent = ##t
\bar"|"
just before the key change.
Key changes almost always have a bar line, but this bug would also affect a
clef change as well. It seems we need a clef (or key-sig) in each of the
staves to see the bug
\new PianoStaff <<
\new Staff = "right" {s2 \clef bass s2 }
\new Staff = "left" {s2 \clef bass s2}
\context Staff = "right" { d'4 d' \change Staff="left" g g} >>
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings