]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/remove-empty-staves-with-rests.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / remove-empty-staves-with-rests.ly
index db6153a501e44a3f28cbd592d2a000c1ad289764..9aa077f1b235ecc990b08507ca622f673d8fb937 100644 (file)
@@ -1,9 +1,9 @@
-\version "2.13.32"
+\version "2.17.6"
 \header {
 
   texidoc = "
 Rests should not keep staves alive when
-@code{\RemoveEmptyStaffContext} is active.  The
+@code{\\RemoveEmptyStaffContext} is active.  The
 following example should have only one staff.
 "
 
@@ -20,5 +20,5 @@ following example should have only one staff.
  >>
 
  \layout { \context { \RemoveEmptyStaffContext
-     \override VerticalAxisGroup #'remove-first = ##t } }
+     \override VerticalAxisGroup.remove-first = ##t } }
 }