1\version "2.16.0"
2\header
3{
4
5    texidoc = "In rhythmic staves stems should go up, and bar lines
6have the size for a 5 line staff. The whole rest hangs from the
7rhythmic staff."  }
8
9\layout { ragged-right = ##t }
10
11\context RhythmicStaff
12{
13    r4 c4. c8 r8 c8 | c2 r2 | r1
14}
15
16