From: Han-Wen Nienhuys Date: Wed, 2 Aug 2006 14:46:44 +0000 (+0000) Subject: update version. X-Git-Tag: cvs/HEAD~195 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=013927ef96837fc7fddb62d6313e8f58be519c37;p=lilypond.git update version. --- diff --git a/ChangeLog b/ChangeLog index bcd30fea82..ad63d8d065 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-08-02 Han-Wen Nienhuys + + * input/test/instrument-name-align.ly: update version. + 2006-08-02 Mats Bengtsson * 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 }