X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsystem-start-bracket.ly;h=af6e0f6de8cfebe58ffae17a79662e78204b7fb7;hb=c3377db03800f3850f6f920bae98a0212b1c0c9d;hp=3b4f9fc93357beb8dd52e3c9316006600bff27de;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/system-start-bracket.ly b/input/regression/system-start-bracket.ly index 3b4f9fc933..af6e0f6de8 100644 --- a/input/regression/system-start-bracket.ly +++ b/input/regression/system-start-bracket.ly @@ -1,21 +1,23 @@ -\version "2.4.0" +\version "2.7.13" \header { - texidoc = -" + texidoc = + " The piano brace should be shifted horizontally if it is enclosed in a bracket. " } +\layout {raggedright = ##t} + -\score { { - \context StaffGroup << - c4 - \context PianoStaff << - \new Staff d - \new Staff e - >> +{ + \context StaffGroup << + c4 + \context PianoStaff << + \new Staff d + \new Staff e >> - } - \layout {raggedright = ##t} + >> } + +