]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxiliar/update-with-convert-ly.sh
authorDavid Kastrup <dak@gnu.org>
Thu, 30 Jun 2016 18:38:27 +0000 (20:38 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 10 Jul 2016 17:44:42 +0000 (19:44 +0200)
input/regression/context-mod-with.ly
input/regression/remove-empty-context-mod.ly

index 999c94bab80181caaac157f4ba0b5f76f20671aa..99f86d1f9abbe7fd9bd669fbcb308502f2b8ab0d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.19.21"
+\version "2.19.46"
 
 \header  {
 texidoc = "Context modifications can be stored into a variable as a
@@ -66,7 +66,7 @@ music = \relative { \key fis \minor c''1 d e }
     \remove "Key_engraver"
   } { \mark \markup { "Also remove clef and key engravers" } \music }
   % Mods can be inserted instead of a \with block (i.e. \with is not required)
-  \new Staff \ctxmod { \mark \markup { "The same mods as staff 2" } \music }
+  \new Staff \with \ctxmod { \mark \markup { "The same mods as staff 2" } \music }
   \new Staff { \mark \markup { "Back to default" } \music }
 >>
 }
index 9a503b53c6be06ef6997e4aa5222978227a87037..83a2401a721e1cd085c7d057bf57997b6b96fd2c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\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
 }