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