From bfc84a7427e16e0916b4bd2e7418572f868999cc Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Wed, 2 Aug 2006 14:46:44 +0000
Subject: [PATCH] update version.

---
 ChangeLog                           | 4 ++++
 input/test/instrument-name-align.ly | 8 +++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bcd30fea82..ad63d8d065 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+	* input/test/instrument-name-align.ly: update version.
+
 2006-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
 	* Documentation/user/lilypond-book.itely (Invoking lilypond-book):
diff --git a/input/test/instrument-name-align.ly b/input/test/instrument-name-align.ly
index cad9544e3f..3d982c68c0 100644
--- a/input/test/instrument-name-align.ly
+++ b/input/test/instrument-name-align.ly
@@ -8,7 +8,7 @@ names in padded boxes with @code{\markup}."
 
 }
 
-\version "2.7.39"
+\version "2.9.13"
 
 \paper {
   line-width = 15\cm
@@ -18,13 +18,11 @@ names in padded boxes with @code{\markup}."
 \new StaffGroup \relative
 <<
   \new Staff {
-    \set Staff. instrument
-    = \markup { \hcenter-in #10 "blabla" }
+    \set Staff.instrumentName = \markup { \hcenter-in #10 "blabla" }
     c1 c1
   } 
   \new Staff {
-    \set Staff. instrument
-    = \markup { \hcenter-in #10 "blo" }
+    \set Staff.instrumentName = \markup { \hcenter-in #10 "blo" }
     c1 c1
   } 
   
-- 
2.39.5