Re: hide barline when \startStaff coincides with system break

2019-08-04 Thread mason
On 08/04, Toine Schreurs wrote: > > 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. > > Insert the next line before every \startStaff: > \once

Re: hide barline when \startStaff coincides with system break

2019-08-04 Thread Toine Schreurs
> 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. Insert the next line before every \startStaff: \once \override Staff.BarLine.break-visibility = ##(#f

Re: hide barline when \startStaff coincides with system break

2019-08-03 Thread Pierre Perol-Schneider
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

hide barline when \startStaff coincides with system break

2019-08-02 Thread mason
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