X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fremove-empty-staves-with-rests.ly;h=9aa077f1b235ecc990b08507ca622f673d8fb937;hb=755a95aa391592ee1585189f7fa6b33e4f164610;hp=651147fa2a9a2a4d4d965304f4e5588e43338fa0;hpb=522f419e3ed3e09ecf834bbb5315ac1777ab13e0;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 } } }