]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-nesting.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / system-start-nesting.ly
index 41a4a72a2a73bf9a28c8087e59714f1e8402e087..b8bbfd62a58d3f6e72080a833c23132990e16038 100644 (file)
@@ -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 }