lilypond-user
[Top][All Lists]
Advanced

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

\startStaff after clef change in other staff


From: mason
Subject: \startStaff after clef change in other staff
Date: Tue, 30 Jul 2019 15:43:49 -0700
User-agent: NeoMutt/20180716-346-437793-dirty

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

Attachment: signature.asc
Description: PGP signature


reply via email to

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