When a staff that has previously been stopped with \stopStaff is restarted with \startStaff on the first beat of a measure, and this coincides with a clef change in another staff, the first staff begins at the clef instead of the barline.
%%% begin MWE %%%
\version "2.21.0"
\score {
<<
\new Staff \relative c' {
c4 c c c |
\stopStaff
s1 |
\startStaff
c4 c c c |
}
\new Staff \relative c' {
c4 c c c |
c4 c c c |
\clef "bass" c4 c c c |
}
>>
}
%%% end MWE %%%
This might be desirable in general, but in the context of my score
(not necessarily in this MWE) it looks odd. Is there a way to override
this behavior so that the staff begins on the barline?
Thanks,
Mason
signature.asc
Description: PGP signature
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
