]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/die-staff.ly
*** empty log message ***
[lilypond.git] / input / no-notation / die-staff.ly
1 \version "2.1.28"
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       \notes { a' b' c' d' }
10     }
11
12     \break
13
14     \context PianoStaff <<
15       \context Staff = i {
16         \notes { a' b' c' d' }
17       }
18       \context Staff = ii {
19         \notes { \clef "bass" a b c d }
20       }
21     >>
22   }
23 }