Hello,

Wondering if this might be a bug. \stopStaff at beginning of score can break 
bar number placement following a change of staff line positions.

Much appreciation,
Cam

\version "2.25.31"

\layout { \context { \Score \remove "Bar_number_engraver" } }

<<
\new Staff \with { \consists "Bar_number_engraver" } \relative c' {

\stopStaff % This breaks bar number placement for measure 2

s1 \break

\override Staff.StaffSymbol.line-positions = #'(0)
\startStaff c1 \break
}

\new Staff \relative c' { c1 c }
>>

Reply via email to