X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsystem-start-bracket.ly;h=3373d915c3c3cb2be28085a451ec1e6c036cf4f6;hb=e426ea7b5af83739ab2f3a255e8cbac55b16e6ec;hp=bac4921adb52b1d7ef42c7aa3144e83d36498ca6;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/system-start-bracket.ly b/input/regression/system-start-bracket.ly index bac4921adb..3373d915c3 100644 --- a/input/regression/system-start-bracket.ly +++ b/input/regression/system-start-bracket.ly @@ -1,21 +1,22 @@ -\version "2.3.17" +\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} -\score { { - \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} + >> } + +