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