X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fcontext-mods-init.ly;h=c4378a8e6629537e9b0cec985b1ec5e2eaa0e230;hb=5bda83c627e32877f868473e09a28d0bc3c9a2f3;hp=be3ade7e049818028a102aa5452f58d62feecb31;hpb=7129b9a1b73c400593ccc08418b294afef1513a1;p=lilypond.git diff --git a/ly/context-mods-init.ly b/ly/context-mods-init.ly index be3ade7e04..c4378a8e66 100644 --- a/ly/context-mods-init.ly +++ b/ly/context-mods-init.ly @@ -1,6 +1,6 @@ %%%% This file is part of LilyPond, the GNU music typesetter. %%%% -%%%% Copyright (C) 2011 Han-Wen Nienhuys +%%%% Copyright (C) 2011--2012 Han-Wen Nienhuys %%%% Jan Nieuwenhuizen %%%% %%%% LilyPond is free software: you can redistribute it and/or modify @@ -16,7 +16,7 @@ %%%% You should have received a copy of the GNU General Public License %%%% along with LilyPond. If not, see . -\version "2.15.6" +\version "2.17.6" RemoveEmptyStaves = \with { \remove "Axis_group_engraver" @@ -27,5 +27,7 @@ RemoveEmptyStaves = \with { % is left before adding a new one. \remove "Hara_kiri_engraver" \consists "Hara_kiri_engraver" - \override VerticalAxisGroup #'remove-empty = ##t + \override VerticalAxisGroup.remove-empty = ##t + \description "Remove staves which are considered to be empty according +to the list of interfaces set by @code{keepAliveInterfaces}." }