]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/die-staff.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / bugs / die-staff.ly
1
2 \header  {
3 texidoc = "a staff should really die, if no one's referencing it."
4 }
5 \score {
6  {
7     \context Staff = q {
8       \notes { a' b' c' d' }
9     }
10
11     \break
12
13     \context PianoStaff <
14       \context Staff = i {
15         \notes { a' b' c' d' }
16       }
17       \context Staff = ii {
18         \notes { \clef "bass"; a b c d }
19       }
20     >
21   }
22 }