]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-nesting.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / system-start-nesting.ly
index 41a4a72a2a73bf9a28c8087e59714f1e8402e087..d169a8cae2dd8883a50a36b62e7bef0037b617e1 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 }
+  \new Staff { c'1 }
   \new Staff { c1 }
   \new Staff { c1 }
   \new Staff { c1 }