CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Mats Bengtsson <[EMAIL PROTECTED]>      05/05/02 10:34:19

Modified files:
        .              : ChangeLog 
        scripts        : convert-ly.py 

Log message:
        * scripts/convert-ly.py: Bug fix

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3523&tr2=1.3524&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/convert-ly.py.diff?tr1=1.242&tr2=1.243&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3523 lilypond/ChangeLog:1.3524
--- lilypond/ChangeLog:1.3523   Mon May  2 09:20:22 2005
+++ lilypond/ChangeLog  Mon May  2 10:34:18 2005
@@ -1,5 +1,7 @@
 2005-05-02  Mats Bengtsson  <[EMAIL PROTECTED]>
 
+       * scripts/convert-ly.py: Bug fix
+
        * Documentation/user/changing-defaults.itely (Common tweaks):
        Added example where the context has to be specified explicitly
        (MetronomeMark). 
Index: lilypond/scripts/convert-ly.py
diff -u lilypond/scripts/convert-ly.py:1.242 
lilypond/scripts/convert-ly.py:1.243
--- lilypond/scripts/convert-ly.py:1.242        Sun May  1 20:08:25 2005
+++ lilypond/scripts/convert-ly.py      Mon May  2 10:34:19 2005
@@ -2496,7 +2496,7 @@
                     'ly:warn -> ly:warning'))
 def conv (str):
        if re.search ("(override-|revert-)auto-beam-setting", str)\
-          or re.search ("autoBeamSettings"):
+          or re.search ("autoBeamSettings", str):
                sys.stderr.write ('\n')
                sys.stderr.write (NOT_SMART % "auto beam settings")
                sys.stderr.write ('\n')


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to