]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/context-die-staff.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / context-die-staff.ly
1 \version "2.16.0"
2
3 \header  {
4 texidoc = "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 }