X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsystem-start-bracket.ly;h=8a97d908c3d7ba79fe7473ab1ce500aee594ceea;hb=c0be3d8c0c337802b5a0f8d341e514e10db6de70;hp=3471a0fe120ada01cc7558a21e000da82c9e130a;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/system-start-bracket.ly b/input/regression/system-start-bracket.ly index 3471a0fe12..8a97d908c3 100644 --- a/input/regression/system-start-bracket.ly +++ b/input/regression/system-start-bracket.ly @@ -1,21 +1,23 @@ -\version "2.3.22" +\version "2.10.0" \header { - texidoc = -" + texidoc = + " The piano brace should be shifted horizontally if it is enclosed in a 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 >> - } - \layout {raggedright = ##t} + >> } + +