X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=input%2Fregression%2Fremove-empty-staves-with-rests.ly;h=9aa077f1b235ecc990b08507ca622f673d8fb937;hb=0ac07f31e0f95fc18e5916ce756b9c746af7cc58;hp=651147fa2a9a2a4d4d965304f4e5588e43338fa0;hpb=2f1263e2ccdddcac2eb9f7d8ce2ed92867d3d160;p=lilypond.git diff --git a/input/regression/remove-empty-staves-with-rests.ly b/input/regression/remove-empty-staves-with-rests.ly index 651147fa2a..9aa077f1b2 100644 --- a/input/regression/remove-empty-staves-with-rests.ly +++ b/input/regression/remove-empty-staves-with-rests.ly @@ -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 } } }