\header {
  texidoc = "Staves can be started and stopped at command. "
}

\version "2.7.39"

\paper {
  ragged-right = ##t
}

\relative c'' {
  b b \stopStaff b b \startStaff
  \clef bass
  c,, c
}
