From 1da7272f54aace50b751b7cfa5ac50e5f7f9b12b Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Thu, 8 Oct 2009 13:37:21 +0200
Subject: [PATCH] Use correct lilypond version for regtests...

---
 input/regression/figured-bass-extenders-markup.ly | 6 +-----
 input/regression/instrument-cue-name.ly           | 4 ++--
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/input/regression/figured-bass-extenders-markup.ly b/input/regression/figured-bass-extenders-markup.ly
index 18f4aebe48..b5c60533e4 100644
--- a/input/regression/figured-bass-extenders-markup.ly
+++ b/input/regression/figured-bass-extenders-markup.ly
@@ -1,8 +1,7 @@
-\version "2.12.0"
+\version "2.13.6"
 
 \header {
 
-
   texidoc = "When using extender lines in FiguredBass, markup objects should
 be treated like ordinary figures and work correctly with extender lines.
 
@@ -13,7 +12,6 @@ Extenders should only be used if the markup is really identical."
 
 \paper { ragged-right = ##t }
 
-
 <<
   \context Voice {
     c'4 c' c' c'
@@ -27,5 +25,3 @@ Extenders should only be used if the markup is really identical."
       <\markup{\draw-circle #0.7 #0.1 ##t }> <6>
   }
 >>
-
-
diff --git a/input/regression/instrument-cue-name.ly b/input/regression/instrument-cue-name.ly
index 351ec57ed6..7c6fdf89d6 100644
--- a/input/regression/instrument-cue-name.ly
+++ b/input/regression/instrument-cue-name.ly
@@ -1,11 +1,11 @@
+\version "2.13.6"
+
 \header {
 
   texidoc = "The @code{Voice.instrumentCueName} property generates instrument
 names for cue notes. It can also be unset properly."
   }
 
-\version "2.13.5"
-
 
 \relative c'' {
   c4
-- 
2.39.5