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