]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4911/4: Fix comments in context-mod-with regtest
authorDavid Kastrup <dak@gnu.org>
Sat, 2 Jul 2016 09:23:43 +0000 (11:23 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 10 Jul 2016 17:44:47 +0000 (19:44 +0200)
input/regression/context-mod-with.ly

index 99f86d1f9abbe7fd9bd669fbcb308502f2b8ab0d..391e49da48422228bc125cc22dfd46cd6ed17c18 100644 (file)
@@ -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,7 +65,7 @@ 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)
+  % 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 }
 >>