]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-bracket.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / staff-bracket.ly
1
2 \score
3 {
4   \context StaffGroup = a < 
5     \context PianoStaff = b <
6       \context Staff = "c" \notes\relative c'' { b1 }
7       \context Staff = "d" \notes\relative c'' { b1 }
8     >
9   >
10
11   \paper {
12         indent=100.0\mm;
13         linewidth=150.0\mm;
14     \translator
15     {
16       \StaffContext
17       \consists Instrument_name_engraver;
18         numberOfStaffLines  = #1
19       
20     }
21   }
22 }