Thomas Morley - 2020-03-01

FWIW, an even more minimal example would be:

\version "2.21.0"

\layout {
  \context {
    \Staff
    \consists "Page_turn_engraver"
  }
}

\paper {
  page-breaking = #ly:page-turn-breaking
}

\new Voice  { \bar "||" r1 b }

With the same paper and layout as above, this fails as well:

\new Voice  { \pageBreak b }