diff options
author | David Kastrup <dak@gnu.org> | 2016-06-30 20:38:27 +0200 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2016-07-10 19:44:42 +0200 |
commit | f587047ea429f72e18b403e930bcf617557dd621 (patch) | |
tree | 5bc4cdd0d6e8e58fa8d0468a0b493f27c138df8b /input | |
parent | 685274d01ac3636cde82114a166ca952a7aa2f7c (diff) |
Run scripts/auxiliar/update-with-convert-ly.sh
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/context-mod-with.ly | 4 | ||||
-rw-r--r-- | input/regression/remove-empty-context-mod.ly | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/input/regression/context-mod-with.ly b/input/regression/context-mod-with.ly index 999c94bab8..99f86d1f9a 100644 --- a/input/regression/context-mod-with.ly +++ b/input/regression/context-mod-with.ly @@ -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 } >> } diff --git a/input/regression/remove-empty-context-mod.ly b/input/regression/remove-empty-context-mod.ly index 9a503b53c6..83a2401a72 100644 --- a/input/regression/remove-empty-context-mod.ly +++ b/input/regression/remove-empty-context-mod.ly @@ -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 } |