]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hara-kiri-short.ly
313e0dd4f456560ce4fbed251fe196398967e6c1
[lilypond.git] / input / regression / hara-kiri-short.ly
1 \version "1.3.146"
2 \header{
3 texidoc="
4 Hara kiri staves kill themselves if they are empty.  This example really
5 contains two staves, but the second contains only spaces, and is
6 therefore removed.  Also, any staff brackets and braces are removed.
7 "
8 }
9
10
11 zager =  \context Staff = zager \notes \relative c'' {
12         \clef treble
13         c1
14 }
15
16 zoger =  \context Staff = zoger \notes \relative c'' {
17         \clef treble
18         \skip 1* 1
19 }
20
21 zagers =  \context GrandStaff <
22         \zager
23         \zoger
24 >
25  
26 \score{
27         <
28                 \context StaffGroup = zagers <
29                         \zagers
30                 >
31         >
32         \paper{
33                 linewidth = 80.0\mm
34
35                 \translator { \HaraKiriStaffContext }
36 %uh?
37
38         }
39 }
40
41