]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/context-mods-init.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / ly / context-mods-init.ly
index 1b8201879e7148329846618b665eac3f745cf0c7..c4378a8e6629537e9b0cec985b1ec5e2eaa0e230 100644 (file)
@@ -16,7 +16,7 @@
 %%%% 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.16.0"
+\version "2.17.6"
 
 RemoveEmptyStaves = \with {
   \remove "Axis_group_engraver"
@@ -27,7 +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}."
 }