X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsystem-start-bracket.ly;h=3373d915c3c3cb2be28085a451ec1e6c036cf4f6;hb=a307b1d69dff09d4d9a75c53a20a02ec7545d282;hp=6129aab7b1c970f784bddb80f11ed546c34dfc3e;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/system-start-bracket.ly b/input/regression/system-start-bracket.ly index 6129aab7b1..3373d915c3 100644 --- a/input/regression/system-start-bracket.ly +++ b/input/regression/system-start-bracket.ly @@ -1,19 +1,22 @@ -\version "1.9.1" +\version "2.16.0" \header { - texidoc = -" -The piano brace should be shifted horizontally if it is enclosed in a bracket. -" + texidoc = "A piano context included within a staff group should +cause the piano brace to be drawn to the left of the staff angle +bracket." +} + +\layout {ragged-right = ##t} + + +{ + \context StaffGroup << + c4 + \context PianoStaff << + \new Staff d + \new Staff e + >> + >> } -\score { \notes { - \context StaffGroup < - c4 - \context PianoStaff << - d - e - >>4 - > - }\paper {raggedright = ##t}}