On Sat, 26 Aug 2023 at 15:16, Gerardo Ballabio <gerardo.balla...@gmail.com> wrote: > > Hello, > I'm using Staff.StaffSymbol.line-positions to raise the staff position > in the middle of a line. When the change is at the end of a measure, > the bar line is aligned with the new staff, leaving the old staff > partially "open", that is, the bar line doesn't extend over all the > height of the old staff -- in the example below, the lowermost space > remains open. > Is there a way to extend the bar line so that it closes both staves?
Hello, Thank you for the well-formulated question with a minimal example. Add \once \override Staff.BarLine.bar-extent = #'(-2 . 3) after your Staff.StaffSymbol.line-positions. Kind regards, Xavier -- Xavier Scheuer <x.sche...@gmail.com>