summaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorDavid Kastrup <dak@gnu.org>2016-07-02 11:23:43 +0200
committerDavid Kastrup <dak@gnu.org>2016-07-10 19:44:47 +0200
commit90fce106774e91373aba8308f39da486064f4cef (patch)
tree8da81fafeeb8c699cb6e761b68f5193be41c02bb /input
parent17378a326b64ebeaeb6f9454cde414923785a470 (diff)
Issue 4911/4: Fix comments in context-mod-with regtest
Diffstat (limited to 'input')
-rw-r--r--input/regression/context-mod-with.ly6
1 files 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 }
>>