]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/remove-empty-staves-with-rests.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / remove-empty-staves-with-rests.ly
index 651147fa2a9a2a4d4d965304f4e5588e43338fa0..9aa077f1b235ecc990b08507ca622f673d8fb937 100644 (file)
@@ -1,9 +1,9 @@
-\version "2.16.0"
+\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 } }
 }