From f587047ea429f72e18b403e930bcf617557dd621 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Thu, 30 Jun 2016 20:38:27 +0200 Subject: [PATCH] Run scripts/auxiliar/update-with-convert-ly.sh --- input/regression/context-mod-with.ly | 4 ++-- 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 } -- 2.39.2