X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsystem-start-bracket.ly;h=917e0aa25a1c65492a1e08f663cbd6dfcbc902a6;hb=4d5cf97d1e3d31b3f0c763f30fc433825ffc761f;hp=a723aac8e8c77a23fddae1208efc0f36145f1467;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/system-start-bracket.ly b/input/regression/system-start-bracket.ly index a723aac8e8..917e0aa25a 100644 --- a/input/regression/system-start-bracket.ly +++ b/input/regression/system-start-bracket.ly @@ -1,4 +1,4 @@ -\version "1.9.0" +\version "1.9.4" \header { texidoc = " @@ -8,12 +8,14 @@ The piano brace should be shifted horizontally if it is enclosed in a bracket. \score { \notes { - \context StaffGroup < + \context StaffGroup << c4 \context PianoStaff << - d - e - >>4 - > - }\paper {raggedright = ##t}} + \new Staff d + \new Staff e + >> + >> + } + \paper {raggedright = ##t} +}