X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsystem-start-nesting.ly;h=b8bbfd62a58d3f6e72080a833c23132990e16038;hb=721cbad0a8fa77d545bde7237dfc9aff3e5c6e2c;hp=41a4a72a2a73bf9a28c8087e59714f1e8402e087;hpb=5f75b253841ce28f10701051b5ab0b5242c893cc;p=lilypond.git diff --git a/input/regression/system-start-nesting.ly b/input/regression/system-start-nesting.ly index 41a4a72a2a..b8bbfd62a5 100644 --- a/input/regression/system-start-nesting.ly +++ b/input/regression/system-start-nesting.ly @@ -2,17 +2,17 @@ created with the @code{systemStartDelimiterHierarchy} property." } -\version "2.17.15" +\version "2.19.21" \paper { ragged-right = ##t } \new StaffGroup -\relative c' << +\relative << \set StaffGroup.systemStartDelimiterHierarchy - = #'(SystemStartSquare (SystemStartBracket a (SystemStartSquare b)) d) - \new Staff { c1 } + = #'(SystemStartSquare (SystemStartBracket a (SystemStartSquare b c)) d) + \new Staff { c'1 } \new Staff { c1 } \new Staff { c1 } \new Staff { c1 }