]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/context-nested-staffgroup.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / context-nested-staffgroup.ly
index 59aa604eedfe743bfaea06bb09cbccf235121239..c9e6dbcb23777d8430aa9ce9b775e05ee3d13aab 100644 (file)
@@ -1,10 +1,10 @@
-\version "2.16.0"
+\version "2.19.21"
 \header {
   texidoc = "Contexts of the same type can be nested."
 }
 
-\new StaffGroup \relative c' <<
-  \new Staff { c1 }
+\new StaffGroup \relative <<
+  \new Staff { c'1 }
   \new StaffGroup <<
     \new Staff { c1 }
     \new StaffGroup <<