]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scripts/convert-ly.py (2.1.22): Corrected documentation printout.
authormatsb <matsb>
Tue, 17 Feb 2004 15:09:10 +0000 (15:09 +0000)
committermatsb <matsb>
Tue, 17 Feb 2004 15:09:10 +0000 (15:09 +0000)
ChangeLog
scripts/convert-ly.py

index cfbd1bdf8afea5be41b17dfa23f26aa4aad54004..f124ce859bf3ffc6ad1a9b4f721e6e2bb61f8637 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
+
 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * lily/note-collision.cc (check_meshing_chords): only wipe heads
index fddb60115a728f886dfb9fd5dea83423ae9452a5..a6d4d1aeaed157ef8006928d8adc8960ba13c901 100644 (file)
@@ -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
 
 """))