1\header {
2  texidoc = "Staves can be started and stopped at command. "
3}
4
5\version "2.19.21"
6
7\paper {
8  ragged-right = ##t
9}
10
11\relative {
12  b' b \stopStaff b b \startStaff
13  \clef bass
14  c,, c
15}
16