1\version "2.16.0"
2
3\header  {
4texidoc = "a staff should die if there is reference to it."
5}
6\layout {
7  ragged-right = ##t
8  line-width = 2.5 \cm
9  indent = 0.0
10}
11
12{
13  << \new Staff =  "q" \new Voice ="V" c1  >>
14  %% no \break, BreakEvent causes spurious staff
15  \new RhythmicStaff = "R" \new Voice = "RV" c
16}
17