Hi Mason,
Here it goes:

\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 \once\omit Staff.BarLine
      \startStaff
      \break
      c4 c c c
    }
    \new Staff \relative c' {
      \repeat unfold 6 { c4 c c c }
    }
  >>
}

Cheers,
Pierre

Le sam. 3 août 2019 à 03:29, <ma...@masonhock.com> a écrit :

> 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
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to