> 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 #t #f) or \once \override Staff.BarLine.break-visibility = #center-visible If a \startStaff occurs at the end of a line, no barline will be drawn. Toine Schreurs _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
