From: Mats Bengtsson Date: Tue, 17 Feb 2004 15:09:10 +0000 (+0000) Subject: * scripts/convert-ly.py (2.1.22): Corrected documentation printout. X-Git-Tag: release/2.1.25~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cb1e9060cb35a352e10604b6718febdb622f52a1;p=lilypond.git * scripts/convert-ly.py (2.1.22): Corrected documentation printout. --- diff --git a/ChangeLog b/ChangeLog index cfbd1bdf8a..f124ce859b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-17 Mats Bengtsson + + * scripts/convert-ly.py (2.1.22): Corrected documentation printout. + 2004-02-17 Han-Wen Nienhuys * lily/note-collision.cc (check_meshing_chords): only wipe heads diff --git a/scripts/convert-ly.py b/scripts/convert-ly.py index fddb60115a..a6d4d1aeae 100644 --- a/scripts/convert-ly.py +++ b/scripts/convert-ly.py @@ -1868,8 +1868,8 @@ def conv (str): return str conversions.append (((2,1,22), conv, """new syntax for property settings: - \set A.B = #C , \unset A.B - \override A.B #C = #D, \revert A.B #C + \\set A.B = #C , \\unset A.B + \\override A.B #C = #D, \\revert A.B #C """))