]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-start-bracket.ly
7b6e7bd47a41ceb774a658ccfee1c1f6565a7185
[lilypond.git] / input / regression / system-start-bracket.ly
1 \header {
2     texidoc =
3 "
4 The piano brace should be shifted horizontally if it  is enclosed in a bracket.
5 "
6 }
7
8
9 \score { \notes  {
10     \context StaffGroup <
11         c4
12         \context PianoStaff <
13             d4
14             e4
15            >
16     >
17     }\paper {linewidth = -1. }}