]> git.donarmstrong.com Git - lilypond.git/commitdiff
update version.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 2 Aug 2006 14:46:44 +0000 (14:46 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 2 Aug 2006 14:46:44 +0000 (14:46 +0000)
ChangeLog
input/test/instrument-name-align.ly

index bcd30fea82e714755fd1c2c5b46484e6cea241e8..ad63d8d0657da454f3d341b71e9af12bf0e4b77b 100644 (file)
--- 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):
index cad9544e3fa2036ce56d60c6191d59b41cf0171c..3d982c68c0f78a4a955a2a79ef873013930b1a35 100644 (file)
@@ -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
   }