]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/remove-empty-context-mod.ly
Doc-es: various updates.
[lilypond.git] / input / regression / remove-empty-context-mod.ly
index b6cc56193a7302c1643632eea5923cf7496e9e40..83a2401a721e1cd085c7d057bf57997b6b96fd2c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.6"
+\version "2.19.46"
 
 \header {
   texidoc = "@code{\\RemoveEmptyStaves} is defined separately from
@@ -9,7 +9,7 @@ context definitions so it can be used outside of @code{\\layout} blocks."
   ragged-right = ##t
 }
 
-\new Staff \RemoveEmptyStaves {
+\new Staff \with \RemoveEmptyStaves {
   c'1 \break
   r1
 }