]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-start-bracket.ly
*** empty log message ***
[lilypond.git] / input / regression / system-start-bracket.ly
1 \version "2.1.28"
2 \header {
3     texidoc =
4 "
5 The piano brace should be shifted horizontally if it  is enclosed in a bracket.
6 "
7 }
8
9
10 \score { \notes  {
11     \context StaffGroup <<
12         c4
13         \context PianoStaff <<
14             \new Staff d
15             \new Staff e
16            >>
17     >>
18     }
19     \paper {raggedright = ##t}
20 }
21