X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fcontext-mods-init.ly;h=a4064f4b327a4df15bef871dff36d801efe50d2d;hb=19d0e8e1a9cee3444ec4915b1d2d116e67f5b3f7;hp=24b8ce055845e3d730475b64da9c94e6a9e46b46;hpb=01b15679731ac5fcaf8edac1ad5bce6acba10ff0;p=lilypond.git diff --git a/ly/context-mods-init.ly b/ly/context-mods-init.ly index 24b8ce0558..a4064f4b32 100644 --- a/ly/context-mods-init.ly +++ b/ly/context-mods-init.ly @@ -24,6 +24,14 @@ RemoveEmptyStaves = \with { to the list of interfaces set by @code{keepAliveInterfaces}." } +RemoveAllEmptyStaves = \with { + \override VerticalAxisGroup.remove-empty = ##t + \override VerticalAxisGroup.remove-first = ##t + \description "Remove staves which are considered to be empty according +to the list of interfaces set by @code{keepAliveInterfaces}, including those +in the first system." +} + inherit-acceptability = #(define-void-function (to from) (symbol? symbol?)