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