From 90fce106774e91373aba8308f39da486064f4cef Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sat, 2 Jul 2016 11:23:43 +0200 Subject: [PATCH] Issue 4911/4: Fix comments in context-mod-with regtest --- input/regression/context-mod-with.ly | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/input/regression/context-mod-with.ly b/input/regression/context-mod-with.ly index 99f86d1f9a..391e49da48 100644 --- a/input/regression/context-mod-with.ly +++ b/input/regression/context-mod-with.ly @@ -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 } >> -- 2.39.5