X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsystem-start-bracket.ly;h=242f8d75f9774524b5c4964d54adec9a4f50ab77;hb=ee0488f3aa19e0060b6e17c46a4d88cb9d57c489;hp=2bdc183f24e8d69f41fe0913e372286926c96bcd;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/system-start-bracket.ly b/input/regression/system-start-bracket.ly index 2bdc183f24..242f8d75f9 100644 --- a/input/regression/system-start-bracket.ly +++ b/input/regression/system-start-bracket.ly @@ -1,21 +1,22 @@ -\version "2.1.7" +\version "2.12.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} -\score { \notes { - \context StaffGroup << - c4 - \context PianoStaff << - \new Staff d - \new Staff e - >> + +{ + \context StaffGroup << + c4 + \context PianoStaff << + \new Staff d + \new Staff e >> - } - \paper {raggedright = ##t} + >> } + +