lilypond-user
[Top][All Lists]
Advanced

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

hide barline when \startStaff coincides with system break


From: mason
Subject: hide barline when \startStaff coincides with system break
Date: Fri, 2 Aug 2019 18:28:03 -0700
User-agent: NeoMutt/20180716-346-437793-dirty

In bar 6 below, where \startStaff coincides with a system break, a lone
barline is drawn at the end of the previous system. I would prefer for
the barline to be omitted in this situation.

In bar 4, where \startStaff does not coincide with a system break, I
have a slight preference to keep the barline.

Is there an override that would cause a lone barline like that at the
end of the system to be omitted? I would prefer that the override keep
the barline before bar 4, but if that's not possible I would accept an
override such that barlines are never drawn at a \startStaff.

%%% begin MWE %%%

\version "2.21.0"

\score {
  <<
    \new Staff \relative c' {
      c4 c c c |
      c4 c c c |
      \stopStaff
      s1
      \startStaff
      c4 c c c |
      \stopStaff
      s1 |
      \startStaff
      \break
      c4 c c c
    }
    \new Staff \relative c' {
      \repeat unfold 6 { c4 c c c }
    }
  >>
}

%%% end MWE %%%

Thanks,

Mason

Attachment: signature.asc
Description: PGP signature


reply via email to

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