]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/context-mods-init.ly
Run grand-replace for 2012
[lilypond.git] / ly / context-mods-init.ly
index db07600b485cd8aa95f0c93fd5a786ff47a5fbc1..087d4bb155e1a37464111fd584c8a949031fab38 100644 (file)
@@ -1,6 +1,6 @@
 %%%% This file is part of LilyPond, the GNU music typesetter.
 %%%%
-%%%% Copyright (C) 2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+%%%% Copyright (C) 2011--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 %%%%                    Jan Nieuwenhuizen <janneke@gnu.org>
 %%%%
 %%%% LilyPond is free software: you can redistribute it and/or modify
@@ -16,6 +16,8 @@
 %%%% You should have received a copy of the GNU General Public License
 %%%% along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 
+\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}."
 }