X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=ly%2Fcontext-mods-init.ly;h=6d942d7e93e3d39f54edb6081b5369509c7b96de;hb=a4d6cf4907b5ec9a897f2d8f142b0452222433d0;hp=db07600b485cd8aa95f0c93fd5a786ff47a5fbc1;hpb=b01ca49c05566b73d690ae84fda6040b24fcf73f;p=lilypond.git diff --git a/ly/context-mods-init.ly b/ly/context-mods-init.ly index db07600b48..6d942d7e93 100644 --- a/ly/context-mods-init.ly +++ b/ly/context-mods-init.ly @@ -16,6 +16,8 @@ %%%% You should have received a copy of the GNU General Public License %%%% along with LilyPond. If not, see . +\version "2.15.6" + RemoveEmptyStaves = \with { \remove "Axis_group_engraver" % If RemoveEmptyStaves is called twice, two @@ -26,4 +28,6 @@ RemoveEmptyStaves = \with { \remove "Hara_kiri_engraver" \consists "Hara_kiri_engraver" \override VerticalAxisGroup #'remove-empty = ##t + \description "Remove staves which are considered to be empty according +to the list of interfaces set by @code{keepAliveInterfaces}." }