X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsystem-start-bracket.ly;h=b6940b19f6d348e36d970b520f2b2cb907f0324c;hb=edf17353d89f4f6bd831466262402bb9151a26ca;hp=1e16713abf6224025dc51a7bf94b9dfdf16eab30;hpb=be9d398d705ecf2308e10864e37c6f1315c78ec9;p=lilypond.git diff --git a/input/regression/system-start-bracket.ly b/input/regression/system-start-bracket.ly index 1e16713abf..b6940b19f6 100644 --- a/input/regression/system-start-bracket.ly +++ b/input/regression/system-start-bracket.ly @@ -1,18 +1,22 @@ -\version "1.5.68" +\version "2.11.51" \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 < - d4 - e4 - > - > - }\paper {linewidth = -1. }}