]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/context-mod-with.ly
Imported Upstream version 2.19.47
[lilypond.git] / input / regression / context-mod-with.ly
index 999c94bab80181caaac157f4ba0b5f76f20671aa..391e49da48422228bc125cc22dfd46cd6ed17c18 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
@@ -41,11 +41,11 @@ music = \relative { \key fis \minor c''1 d e }
     \mark
     \markup { "Remove time sig, add ambitus, set staff to 4 lines" }
     \music }
-  % Some context modifications manually written in a \with block
+  % The same mods as direct value of \with
   \new Staff \with \ctxmod {
     \mark \markup { "The same mods using a variable" } \music
   }
-  % The same mods as direct value of \with
+  % Some context modifications manually written in a \with block
   \new Staff \with { \ctxmod } {
     \mark \markup { "The same mods using a variable and \with" }
     \music
@@ -65,8 +65,8 @@ music = \relative { \key fis \minor c''1 d e }
     \ctxmod
     \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 }
+  % Test rendered redundant by issue 4911
+  \new Staff \with \ctxmod { \mark \markup { "The same mods as staff 2" } \music }
   \new Staff { \mark \markup { "Back to default" } \music }
 >>
 }