]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/context-nested-staffgroup.ly
Doc-es: various updates.
[lilypond.git] / input / regression / context-nested-staffgroup.ly
index c22007fe5182a7bae10368c85124e02ba8d4e2dc..c9e6dbcb23777d8430aa9ce9b775e05ee3d13aab 100644 (file)
@@ -1,10 +1,10 @@
-\version "2.12.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 <<